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

Prev:link-info ( path -- info )
Next:directory? ( path/info -- ? )


Vocabulary
io.files

Inputs
patha pathname string


Outputs
?a boolean


Word description
Tests if the file named by path exists.

Definition