Remove ManagedFileSystem.IsRootPath

`Path.IsPathRooted` should be used instead
This commit is contained in:
Bond_009
2021-04-01 19:39:00 +02:00
parent aa76957338
commit c533b20496
2 changed files with 9 additions and 30 deletions

View File

@@ -117,13 +117,6 @@ namespace MediaBrowser.Model.IO
/// <returns><c>true</c> if [contains sub path] [the specified parent path]; otherwise, <c>false</c>.</returns>
bool ContainsSubPath(string parentPath, string path);
/// <summary>
/// Determines whether [is root path] [the specified path].
/// </summary>
/// <param name="path">The path.</param>
/// <returns><c>true</c> if [is root path] [the specified path]; otherwise, <c>false</c>.</returns>
bool IsRootPath(string path);
/// <summary>
/// Normalizes the path.
/// </summary>