move-files-into ( files to -- )
Factor handbook » Input and output » Directory manipulation » Deleting, moving, and copying files

Prev:move-file-into ( from to -- )
Next:copy-file ( from to -- )


Vocabulary
io.directories

Inputs
filesa sequence of pathname strings
toa directory pathname string


Outputs
None

Word description
Moves a set of files to another directory.

Errors
Throws an error if the file does not exist or if the move operation fails.

Definition