aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-04-01 19:39:00 +0200
committerBond_009 <bond.009@outlook.com>2021-04-01 19:39:00 +0200
commitc533b204961b8fe19272b31b5fb5473be0eb801b (patch)
tree449e6c0d4a8873dd0bcc1cb8a863df93d6c07027 /MediaBrowser.Model/IO
parentaa769573387b051fb79246885be8eb5e8cf97e76 (diff)
Remove ManagedFileSystem.IsRootPath
`Path.IsPathRooted` should be used instead
Diffstat (limited to 'MediaBrowser.Model/IO')
-rw-r--r--MediaBrowser.Model/IO/IFileSystem.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/MediaBrowser.Model/IO/IFileSystem.cs b/MediaBrowser.Model/IO/IFileSystem.cs
index ef08ecec6..e5c26430a 100644
--- a/MediaBrowser.Model/IO/IFileSystem.cs
+++ b/MediaBrowser.Model/IO/IFileSystem.cs
@@ -118,13 +118,6 @@ namespace MediaBrowser.Model.IO
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>
/// <param name="path">The path.</param>