From 90bb3d46c416676105d5cf89d12279b3f7ccb944 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 27 Apr 2013 20:44:38 -0400 Subject: #200 - MB3 Locking Folders for a long time --- MediaBrowser.Controller/IO/FileSystem.cs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'MediaBrowser.Controller/IO/FileSystem.cs') 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 @@ -78,16 +78,6 @@ namespace MediaBrowser.Controller.IO return GetFileSystemEntries(path, searchPattern, includeDirectories: false); } - /// - /// Gets all sub-directories within a folder - /// - /// The path. - /// IEnumerable{WIN32_FIND_DATA}. - public static IEnumerable GetDirectories(string path) - { - return GetFileSystemEntries(path, includeFiles: false); - } - /// /// Gets all file system entries within a foler /// -- cgit v1.2.3