Open deiga opened 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
cp
cp foo bar baz qux
qux
Nope, it's to and from only.
to
from
from could be an array:
cpr(["/path/to/dir/", "/path/"], "/dest/")
It'd need to dedupe.
This doesn't seem to support the *NIX
cp
commands base functionalitycp foo bar baz qux
which would copy all files intoqux