aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/IO/IFileSystem.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-03-30 13:56:32 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-03-30 13:56:32 -0400
commit7987e64d3875ac0e175224d81d6815596b9dfba9 (patch)
tree0bf4015a4afa3f41e92915da21d0610b58fbd78b /MediaBrowser.Model/IO/IFileSystem.cs
parentdb75d02f9c99aad3d88c8beaac5eafaa8aba0e3f (diff)
add new file method overloads
Diffstat (limited to 'MediaBrowser.Model/IO/IFileSystem.cs')
-rw-r--r--MediaBrowser.Model/IO/IFileSystem.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/IO/IFileSystem.cs b/MediaBrowser.Model/IO/IFileSystem.cs
index 180d2f227..e791503ab 100644
--- a/MediaBrowser.Model/IO/IFileSystem.cs
+++ b/MediaBrowser.Model/IO/IFileSystem.cs
@@ -298,6 +298,7 @@ namespace MediaBrowser.Model.IO
/// <param name="recursive">if set to <c>true</c> [recursive].</param>
/// <returns>IEnumerable&lt;System.String&gt;.</returns>
IEnumerable<string> GetFilePaths(string path, bool recursive = false);
+ IEnumerable<string> GetFilePaths(string path, string[] extensions, bool enableCaseSensitiveExtensions, bool recursive);
/// <summary>
/// Gets the file system entry paths.