updates physical file system, now that files are being disposed of properly we don't need to delete first

This commit is contained in:
Shannon
2014-07-10 11:51:48 +10:00
parent 874f464a2b
commit 86c2a6e8a9
@@ -98,11 +98,6 @@ namespace Umbraco.Core.IO
EnsureDirectory(Path.GetDirectoryName(path));
if (exists)
{
DeleteFile(path);
}
if (stream.CanSeek)
stream.Seek(0, 0);