Implement shadow filesystems, IFileSystem2.GetSize

This commit is contained in:
Stephan
2016-09-16 16:18:59 +02:00
parent e868a57979
commit 3ab01a2164
15 changed files with 994 additions and 104 deletions

View File

@@ -6,7 +6,7 @@ using Umbraco.Core.Logging;
namespace Umbraco.Core.IO
{
public class PhysicalFileSystem : IFileSystem
public class PhysicalFileSystem : IFileSystem2
{
// the rooted, filesystem path, using directory separator chars, NOT ending with a separator
// eg "c:" or "c:\path\to\site" or "\\server\path"