Removed AbstractFileSystem in favour of extension methods

Updated UmbracoFile to use IFileSystem
Updated UmbracoMediaFactories to use IFileSystem
This commit is contained in:
Matt@MBP13-PC
2012-08-20 10:46:32 -01:00
parent 7afbc8e7bf
commit 2775d9bedc
11 changed files with 118 additions and 138 deletions

View File

@@ -36,8 +36,6 @@ namespace Umbraco.Core.IO
string GetUrl(string path);
long GetSize(string path);
DateTimeOffset GetLastModified(string path);
DateTimeOffset GetCreated(string path);