cpr icon indicating copy to clipboard operation
cpr copied to clipboard

Copy multiple files to same destination

Open deiga opened this issue 7 years ago • 2 comments

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

deiga avatar Jan 03 '17 18:01 deiga

Nope, it's to and from only.

davglass avatar Jan 03 '17 19:01 davglass

from could be an array:

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

It'd need to dedupe.

stevenvachon avatar Jun 22 '17 18:06 stevenvachon