symbolic-link? ( path/info -- ? )
Factor handbook » Input and output » File system metadata

Prev:regular-file? ( path/info -- ? )
Next:File types


Vocabulary
io.files.info

Inputs
path/infoa pathname string or a file-info-tuple


Outputs
?a boolean


Word description
Tests if path/info is a symbolic link.

Definition