follow-link ( path -- path' )
Factor handbook > Input and output > Symbolic links

Prev:read-link ( symlink -- path )
Next:follow-links ( path -- path' )


Vocabulary
io.files.links

Inputs and outputs
patha pathname string
path'a pathname string


Word description
Returns an absolute path from read-link.

See also
read-link, follow-links

Definition