update file saving

This commit is contained in:
Luke Pulverenti
2016-11-09 12:24:57 -05:00
parent 24532f3e2d
commit 48a5fa17b0
6 changed files with 47 additions and 14 deletions

View File

@@ -305,6 +305,7 @@ namespace MediaBrowser.Model.IO
IEnumerable<string> GetFileSystemEntryPaths(string path, bool recursive = false);
void SetHidden(string path, bool isHidden);
void SetReadOnly(string path, bool isHidden);
char DirectorySeparatorChar { get; }