Optional
dereferenceOptional
errorWhen force
is false
, and the destination
exists, throw an error.
false
Optional
forceOverwrite 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.
true
Optional
preserveWhen true
timestamps from src
will
be preserved.
false
Optional
recursiveCopy directories recursively.
false
Optional
filterfunction to filter copied files/directories. Return
true
to copy the item, false
to ignore it.
function to filter copied files/directories. Return
true
to copy the item, false
to ignore it.
Generated using TypeDoc
Dereference symlinks
Default
false