Removed SetFolderWriteTime in favour of FolderSetLastWriteTimeUtc

This commit is contained in:
Mark McDowall
2014-02-26 07:55:13 -08:00
parent ea09a74ad9
commit 99336595b0
3 changed files with 2 additions and 8 deletions
@@ -365,11 +365,6 @@ namespace NzbDrone.Common.Disk
}
public void SetFolderWriteTime(string path, DateTime time)
{
Directory.SetLastWriteTimeUtc(path, time);
}
private static void RemoveReadOnly(string path)
{
if (File.Exists(path))