Handbook
Glossary
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
from
a pathname string
to
a 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
IN:
io.directories
:
copy-tree-into
( from to -- )
to-directory
copy-tree
;