New: Remove empty subfolders after renaming FileSetLastWriteTime

Closes #490
This commit is contained in:
Mark McDowall 2016-02-11 00:38:44 -08:00
commit 1a5eafd2b1
3 changed files with 21 additions and 0 deletions

View file

@ -47,5 +47,6 @@ namespace NzbDrone.Common.Disk
IMount GetMount(string path);
List<DirectoryInfo> GetDirectoryInfos(string path);
List<FileInfo> GetFileInfos(string path);
void RemoveEmptySubfolders(string path);
}
}