touch-file ( path -- )


Vocabulary
io.directories

Inputs
patha pathname string


Outputs
None

Word description
Updates the modification time of a file or directory. If the file does not exist, creates a new, empty file.

Errors
Throws an error if the file could not be touched.

Definition


Methods