mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixes after rebase
This commit is contained in:
parent
409e1cca94
commit
e9db0fc14a
18 changed files with 20 additions and 63 deletions
|
@ -37,7 +37,6 @@ namespace NzbDrone.Common.Disk
|
|||
string GetPathRoot(string path);
|
||||
string GetParentFolder(string path);
|
||||
void SetPermissions(string filename, WellKnownSidType accountSid, FileSystemRights rights, AccessControlType controlType);
|
||||
bool IsParent(string parentPath, string childPath);
|
||||
void SetFolderWriteTime(string path, DateTime time);
|
||||
FileAttributes GetFileAttributes(string path);
|
||||
void EmptyFolder(string path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue