Optional dereferencefalse
Optional errorWhen overwrite is false and the destination exists, throw an error.
false
Optional filterFunction to filter copied files/directories. Return true to copy the item, false to ignore it.
Can also return a Promise that resolves to true or false (or pass in an async function).
Optional overwriteOverwrite existing file or directory.
Note that the copy operation will silently fail if you set this to false and the destination exists.
Use the errorOnExist option to change this behavior.
true
Optional preserveWhen true, will set last modification and access times to the ones of the original source files.
When false, timestamp behavior is OS-dependent.
false
Generated using TypeDoc
Dereference symlinks.