retarget dashboard project

This commit is contained in:
Luke Pulverenti
2016-10-25 22:04:49 -04:00
parent 675b643115
commit b30c58f825
7 changed files with 40 additions and 17544 deletions

View File

@@ -297,6 +297,10 @@ namespace MediaBrowser.Model.IO
IEnumerable<string> GetFileSystemEntryPaths(string path, bool recursive = false);
void SetHidden(string path, bool isHidden);
char DirectorySeparatorChar { get; }
string GetFullPath(string path);
}
public enum FileOpenMode