read-link ( symlink -- path )
Factor handbook » Input and output » Symbolic links

Next:follow-link ( path -- path' )


Vocabulary
io.files.links

Inputs
symlinka path to an existing symbolic link


Outputs
paththe path pointed to by the symbolic link


Word description
Reads the symbolic link and returns its target path.

See also
follow-link, follow-links

Definition


Methods