interface CopyOptionsBase
Properties #
optional
#dereference: booleanDereference symlinks
optional
#errorOnExist: booleanWhen 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.
optional
#preserveTimestamps: booleanWhen true timestamps from src will
be preserved.
optional
#verbatimSymlinks: booleanWhen true, path resolution for symlinks will be skipped