cpr
cpr copied to clipboard
Copy multiple files to same destination
This doesn't seem to support the *NIX cp
commands base functionality cp foo bar baz qux
which would copy all files into qux
Nope, it's to
and from
only.
from
could be an array:
cpr(["/path/to/dir/", "/path/"], "/dest/")
It'd need to dedupe.