Try to make sense of files and medias for Deploy

This commit is contained in:
Stephan
2015-12-08 12:53:11 +01:00
parent d3faf1d10a
commit e68dda81d2
30 changed files with 1698 additions and 1252 deletions

View File

@@ -19,7 +19,7 @@ namespace Umbraco.Core.IO
void AddFile(string path, Stream stream);
void AddFile(string path, Stream stream, bool overrideIfExists);
void AddFile(string path, Stream stream, bool overrideExisting);
IEnumerable<string> GetFiles(string path);
@@ -31,7 +31,6 @@ namespace Umbraco.Core.IO
bool FileExists(string path);
string GetRelativePath(string fullPathOrUrl);
string GetFullPath(string path);