Dereference symlinks, default is false.
When overwrite is false and the destination exists, throw an error. Default is false.
Whether to exclude directories from return value. If this is true only paths of copied files returned but not directories.
Function to filter copied files. Return true to include, false to exclude. Can also return a Promise that resolves to true or false (or pass in an async function)
Overwrite existing file or directory, default is true. 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.
When true, will set last modification and access times to the ones of the original source files. When false, timestamp behavior is OS-dependent. Default is false.
fs-extra.copy recursive option.
Generated using TypeDoc
Copy options based on
fs-extra
copy options.