interface CopyOptionsBase
Properties #
#dereference: boolean
optional
Dereference symlinks
#errorOnExist: boolean
optional
When force
is false
, and the destination
exists, throw an error.
Overwrite existing file or directory. _The copy
operation will ignore errors if you set this to false and the destination
exists. Use the errorOnExist
option to change this behavior.
#preserveTimestamps: boolean
optional
When true
timestamps from src
will
be preserved.
#verbatimSymlinks: boolean
optional
When true, path resolution for symlinks will be skipped