davglass / cpr

Nodejs cp -R
Other
79 stars 80 forks source link

Copy multiple files to same destination #41

Open deiga opened 7 years ago

deiga commented 7 years ago

This doesn't seem to support the *NIX cp commands base functionality cp foo bar baz qux which would copy all files into qux

davglass commented 7 years ago

Nope, it's to and from only.

stevenvachon commented 7 years ago

from could be an array:

cpr(["/path/to/dir/", "/path/"], "/dest/")

It'd need to dedupe.