Try to make sense of files and medias for Deploy
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user