From aff7309a08b01d7eae24d140f55d36898b49d3df Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 18 Sep 2015 13:50:24 -0400 Subject: update ffmpeg with qsv-compatible version --- MediaBrowser.Common/IO/IFileSystem.cs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MediaBrowser.Common/IO/IFileSystem.cs') diff --git a/MediaBrowser.Common/IO/IFileSystem.cs b/MediaBrowser.Common/IO/IFileSystem.cs index 1feb20dcb..ce15ad999 100644 --- a/MediaBrowser.Common/IO/IFileSystem.cs +++ b/MediaBrowser.Common/IO/IFileSystem.cs @@ -176,5 +176,11 @@ namespace MediaBrowser.Common.IO void WriteAllText(string path, string text, Encoding encoding); string ReadAllText(string path, Encoding encoding); + + IEnumerable GetDirectoryPaths(string path, bool recursive = false); + + IEnumerable GetFilePaths(string path, bool recursive = false); + + IEnumerable GetFileSystemEntryPaths(string path, bool recursive = false); } } -- cgit v1.2.3