|
|
@ -37,7 +37,6 @@ namespace NzbDrone.Common.Disk
|
|
|
|
string GetPathRoot(string path);
|
|
|
|
string GetPathRoot(string path);
|
|
|
|
string GetParentFolder(string path);
|
|
|
|
string GetParentFolder(string path);
|
|
|
|
void SetPermissions(string filename, WellKnownSidType accountSid, FileSystemRights rights, AccessControlType controlType);
|
|
|
|
void SetPermissions(string filename, WellKnownSidType accountSid, FileSystemRights rights, AccessControlType controlType);
|
|
|
|
void SetFolderWriteTime(string path, DateTime time);
|
|
|
|
|
|
|
|
FileAttributes GetFileAttributes(string path);
|
|
|
|
FileAttributes GetFileAttributes(string path);
|
|
|
|
void EmptyFolder(string path);
|
|
|
|
void EmptyFolder(string path);
|
|
|
|
string[] GetFixedDrives();
|
|
|
|
string[] GetFixedDrives();
|
|
|
|