Fixes after rebase

This commit is contained in:
Mark McDowall 2014-01-26 16:09:44 -08:00
commit e9db0fc14a
18 changed files with 20 additions and 63 deletions

View file

@ -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);