copy-trees-into ( files to -- )
Factor handbook » Input and output » Directory manipulation » Directory hierarchy manipulation

Prev:copy-tree-into ( from to -- )


Vocabulary
io.directories

Inputs
filesa sequence of pathname strings
toa directory pathname string


Outputs
None

Word description
Copies a set of directory trees to another directory, recursively.

Errors
Throws an error if the copy operation fails.

Definition