Class: BatchCopyOptions

BatchCopyOptions()

Batch copy options

Constructor

new BatchCopyOptions()

Source:

Classes

BatchCopyOptions

Members

autoRename

Callback when another file with the same name exists. (file: IVirtualFile) => Promise
Source:

autoRenameFolders

True to autorename folders
Source:

move

True to move, false to copy
Source:

onFailed

Callback when copy fails. (file: IVirtualFile, error: Error | unknown) => void
Source:

onProgressChanged

Callback when progress changes. (progress: IVirtualFileTaskProgress) => void
Source: