Fixed: Performance issue when scanning large root folder

This commit is contained in:
Qstick 2020-07-26 21:23:10 +01:00
commit f8afe65f7e
4 changed files with 29 additions and 17 deletions

View file

@ -22,6 +22,7 @@ namespace NzbDrone.Common.Disk
bool FileExists(string path);
bool FileExists(string path, StringComparison stringComparison);
bool FolderWritable(string path);
bool FolderEmpty(string path);
string[] GetDirectories(string path);
string[] GetFiles(string path, SearchOption searchOption);
long GetFolderSize(string path);