mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-26 20:16:33 +00:00
#200 - MB3 Locking Folders for a long time
This commit is contained in:
@@ -78,16 +78,6 @@ namespace MediaBrowser.Controller.IO
|
||||
return GetFileSystemEntries(path, searchPattern, includeDirectories: false);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets all sub-directories within a folder
|
||||
/// </summary>
|
||||
/// <param name="path">The path.</param>
|
||||
/// <returns>IEnumerable{WIN32_FIND_DATA}.</returns>
|
||||
public static IEnumerable<WIN32_FIND_DATA> GetDirectories(string path)
|
||||
{
|
||||
return GetFileSystemEntries(path, includeFiles: false);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets all file system entries within a foler
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user