From b30c58f82580a82586526114858fa0ca791f096e Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Oct 2016 22:04:49 -0400 Subject: retarget dashboard project --- MediaBrowser.Common.Implementations/IO/ManagedFileSystem.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'MediaBrowser.Common.Implementations/IO/ManagedFileSystem.cs') diff --git a/MediaBrowser.Common.Implementations/IO/ManagedFileSystem.cs b/MediaBrowser.Common.Implementations/IO/ManagedFileSystem.cs index 34d2ddbad..ffb1e4234 100644 --- a/MediaBrowser.Common.Implementations/IO/ManagedFileSystem.cs +++ b/MediaBrowser.Common.Implementations/IO/ManagedFileSystem.cs @@ -49,6 +49,19 @@ namespace MediaBrowser.Common.Implementations.IO } } + public char DirectorySeparatorChar + { + get + { + return Path.DirectorySeparatorChar; + } + } + + public string GetFullPath(string path) + { + return Path.GetFullPath(path); + } + /// /// Determines whether the specified filename is shortcut. /// -- cgit v1.2.3