aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO/IFileSystem.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-01-11 12:58:44 -0500
committerGitHub <noreply@github.com>2017-01-11 12:58:44 -0500
commitfb31918f9cea1cd13d9aa8c7468f961cc4f43833 (patch)
tree0a3d696a0e32ff4b646d899912f2b6ffe9ea4807 /MediaBrowser.Model/IO/IFileSystem.cs
parentcce6484b6c52b37609d09fb5112ff04b166fab72 (diff)
parent0b5d4ce3f839118a0a5903ec278321ecfecf1c32 (diff)
Merge pull request #2392 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/IO/IFileSystem.cs')
-rw-r--r--MediaBrowser.Model/IO/IFileSystem.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/IO/IFileSystem.cs b/MediaBrowser.Model/IO/IFileSystem.cs
index 62bb66ea8..f6d1bb351 100644
--- a/MediaBrowser.Model/IO/IFileSystem.cs
+++ b/MediaBrowser.Model/IO/IFileSystem.cs
@@ -120,6 +120,8 @@ namespace MediaBrowser.Model.IO
/// <param name="file2">The file2.</param>
void SwapFiles(string file1, string file2);
+ bool AreEqual(string path1, string path2);
+
/// <summary>
/// Determines whether [contains sub path] [the specified parent path].
/// </summary>