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

Prev:file-writable? ( path -- ? )


Vocabulary
io.files.info

Inputs
patha pathname string


Outputs
?a boolean


Word description
Returns whether the file specified by path is executable by the current process.

Errors
Throws an error if the file does not exist.

Definition


Methods