From a4b40ad9d90a40cd5e35bb7b9c43ad436e992cd4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 13 Feb 2014 23:00:13 -0500 Subject: handle year in name when searching --- MediaBrowser.Common/IO/IFileSystem.cs | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'MediaBrowser.Common/IO/IFileSystem.cs') diff --git a/MediaBrowser.Common/IO/IFileSystem.cs b/MediaBrowser.Common/IO/IFileSystem.cs index f721e80ea..de9b7e88a 100644 --- a/MediaBrowser.Common/IO/IFileSystem.cs +++ b/MediaBrowser.Common/IO/IFileSystem.cs @@ -103,5 +103,14 @@ namespace MediaBrowser.Common.IO /// The path. /// System.String. string NormalizePath(string path); + + /// + /// Substitutes the path. + /// + /// The path. + /// From. + /// To. + /// System.String. + string SubstitutePath(string path, string from, string to); } } -- cgit v1.2.3