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

@@ -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);
}
/// <summary>
/// Determines whether the specified filename is shortcut.
/// </summary>