diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-25 22:04:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-25 22:04:49 -0400 |
| commit | b30c58f82580a82586526114858fa0ca791f096e (patch) | |
| tree | 5590b4536a495429acd3c11cd06d0fd2599aad9b /MediaBrowser.Model/IO/IFileSystem.cs | |
| parent | 675b6431151438d217b904fb17084832e95d7656 (diff) | |
retarget dashboard project
Diffstat (limited to 'MediaBrowser.Model/IO/IFileSystem.cs')
| -rw-r--r-- | MediaBrowser.Model/IO/IFileSystem.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.Model/IO/IFileSystem.cs b/MediaBrowser.Model/IO/IFileSystem.cs index 4ff4fc604..b2ca6924f 100644 --- a/MediaBrowser.Model/IO/IFileSystem.cs +++ b/MediaBrowser.Model/IO/IFileSystem.cs @@ -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 |
