|
|
@ -200,7 +200,7 @@ class FileManager extends FileSystemApi { |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
_saveAsCopy(path, content) { |
|
|
|
_saveAsCopy (path, content) { |
|
|
|
const fileProvider = this.fileProviderOf(path) |
|
|
|
const fileProvider = this.fileProviderOf(path) |
|
|
|
if (fileProvider) { |
|
|
|
if (fileProvider) { |
|
|
|
helper.createNonClashingNameWithPrefix(path, fileProvider, '', (error, copyName) => { |
|
|
|
helper.createNonClashingNameWithPrefix(path, fileProvider, '', (error, copyName) => { |
|
|
|