add new file method overloads

This commit is contained in:
Luke Pulverenti
2017-03-30 13:56:32 -04:00
parent db75d02f9c
commit 7987e64d38
5 changed files with 44 additions and 10 deletions

View File

@@ -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.