copy

abstract fun copy(source: Uri, target: Uri, options: FileSystem.CopyOptions = definedExternally): PromiseLike<Void?>(source)

Copy files or folders.

Parameters

source

The existing file.

target

The destination location.

options

Defines if existing files should be overwritten.

Online Documentation