Removed AbstractFileSystem in favour of extension methods
Updated UmbracoFile to use IFileSystem Updated UmbracoMediaFactories to use IFileSystem
This commit is contained in:
@@ -36,8 +36,6 @@ namespace Umbraco.Core.IO
|
||||
|
||||
string GetUrl(string path);
|
||||
|
||||
long GetSize(string path);
|
||||
|
||||
DateTimeOffset GetLastModified(string path);
|
||||
|
||||
DateTimeOffset GetCreated(string path);
|
||||
|
||||
Reference in New Issue
Block a user