file-exists? ( path -- ? )
Factor handbook » Input and output » File system metadata

Prev:link-info ( path -- info )
Next:File types


Vocabulary
io.files

Inputs
patha pathname string


Outputs
?a boolean


Word description
Tests if the file named by path exists.

Definition