Interface CopyOptions
Index
Properties
Properties
Optionaloverwrite
overwrite?: boolean
Whether to overwrite existing file or directory.
OptionalpreserveTimestamps
preserveTimestamps ?: boolean
When true, will set last modification and access times to the ones of
the original source files. When false, timestamp behavior is
OS-dependent.
[!NOTE] This option is currently unsupported for symbolic links.
Options for
copyandcopySync.