Classes
Members
autoRename
Callback when another file with the same name exists.
(file: IVirtualFile) => Promise
autoRenameFolders
True to autorename folders
move
True to move, false to copy
onFailed
Callback when copy fails.
(file: IVirtualFile, error: Error | unknown) => void
onProgressChanged
Callback when progress changes.
(progress: IVirtualFileTaskProgress) => void