deploy-30 refactoring

This commit is contained in:
Stephan
2016-01-26 14:18:30 +01:00
parent 7117414fb1
commit 14adc2a3b3
9 changed files with 104 additions and 54 deletions

View File

@@ -16,10 +16,10 @@ namespace Umbraco.Core.IO
void DeleteDirectory(string path, bool recursive);
bool DirectoryExists(string path);
void AddFile(string path, Stream stream);
void AddFile(string path, Stream stream, bool overrideExisting);
void AddFile(string path, Stream stream, bool overrideIfExists);
IEnumerable<string> GetFiles(string path);