Removed SetFolderWriteTime in favour of FolderSetLastWriteTimeUtc

This commit is contained in:
Mark McDowall 2014-02-26 07:55:13 -08:00
commit 99336595b0
3 changed files with 2 additions and 8 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);
void SetFolderWriteTime(string path, DateTime time);
FileAttributes GetFileAttributes(string path);
void EmptyFolder(string path);
string[] GetFixedDrives();