aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/IDirectoryService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Providers/IDirectoryService.cs')
-rw-r--r--MediaBrowser.Controller/Providers/IDirectoryService.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/MediaBrowser.Controller/Providers/IDirectoryService.cs b/MediaBrowser.Controller/Providers/IDirectoryService.cs
deleted file mode 100644
index 0b4574f6e..000000000
--- a/MediaBrowser.Controller/Providers/IDirectoryService.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System.Collections.Generic;
-using MediaBrowser.Model.IO;
-
-namespace MediaBrowser.Controller.Providers
-{
- public interface IDirectoryService
- {
- FileSystemMetadata[] GetFileSystemEntries(string path);
- List<FileSystemMetadata> GetFiles(string path);
- FileSystemMetadata GetFile(string path);
-
- List<string> GetFilePaths(string path);
- List<string> GetFilePaths(string path, bool clearCache);
- }
-} \ No newline at end of file