diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-01-11 12:58:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-11 12:58:44 -0500 |
| commit | fb31918f9cea1cd13d9aa8c7468f961cc4f43833 (patch) | |
| tree | 0a3d696a0e32ff4b646d899912f2b6ffe9ea4807 /MediaBrowser.Model/IO/IFileSystem.cs | |
| parent | cce6484b6c52b37609d09fb5112ff04b166fab72 (diff) | |
| parent | 0b5d4ce3f839118a0a5903ec278321ecfecf1c32 (diff) | |
Merge pull request #2392 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Model/IO/IFileSystem.cs')
| -rw-r--r-- | MediaBrowser.Model/IO/IFileSystem.cs | 2 |
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> |
