diff options
Diffstat (limited to 'MediaBrowser.Controller/IO/FileSystem.cs')
| -rw-r--r-- | MediaBrowser.Controller/IO/FileSystem.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Controller/IO/FileSystem.cs b/MediaBrowser.Controller/IO/FileSystem.cs index 28deca100..7b031744e 100644 --- a/MediaBrowser.Controller/IO/FileSystem.cs +++ b/MediaBrowser.Controller/IO/FileSystem.cs @@ -79,16 +79,6 @@ namespace MediaBrowser.Controller.IO } /// <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> /// <param name="path">The path.</param> |
