copy-tree-into ( from to -- )
Factor handbook » Input and output » Directory manipulation » Directory hierarchy manipulation

Prev:copy-tree ( from to -- )
Next:copy-trees-into ( files to -- )


Vocabulary
io.directories

Inputs
froma pathname string
toa directory pathname string


Outputs
None

Word description
Copies a directory tree to another directory, recursively.

Errors
Throws an error if the copy operation fails.

Definition