mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Added FolderWritable to DiskProvider to centralize the check.
This commit is contained in:
parent
104d35299b
commit
11803afc39
10 changed files with 106 additions and 49 deletions
|
@ -19,6 +19,7 @@ namespace NzbDrone.Common.Disk
|
|||
bool FolderExists(string path);
|
||||
bool FileExists(string path);
|
||||
bool FileExists(string path, StringComparison stringComparison);
|
||||
bool FolderWritable(string path);
|
||||
string[] GetDirectories(string path);
|
||||
string[] GetFiles(string path, SearchOption searchOption);
|
||||
long GetFolderSize(string path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue