updates physical file system, now that files are being disposed of properly we don't need to delete first
This commit is contained in:
@@ -98,11 +98,6 @@ namespace Umbraco.Core.IO
|
||||
|
||||
EnsureDirectory(Path.GetDirectoryName(path));
|
||||
|
||||
if (exists)
|
||||
{
|
||||
DeleteFile(path);
|
||||
}
|
||||
|
||||
if (stream.CanSeek)
|
||||
stream.Seek(0, 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user