Symbolic links
Factor handbook ยป Input and output

Prev:File system metadata
Next:Directory manipulation


Reading links:
read-link ( symlink -- path )

follow-link ( path -- path' )

follow-links ( path -- path' )


Creating links:
make-link ( target symlink -- )


Copying links:
copy-link ( target symlink -- )


Not all operating systems support symbolic links.

See also
link-info