check-file-exists ( path -- path )


Vocabulary
io.files

Inputs
patha pathname string


Outputs
patha pathname string


Word description
Check if a file exists, otherwise throw a no-such-file error.

Errors
Throws an error if the file does not exist.

Definition