make-link ( target symlink -- )
Factor handbook » Input and output » Symbolic links

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


Vocabulary
io.files.links

Inputs
targeta path to the symbolic link's target
symlinka path to new symbolic link


Outputs
None

Word description
Creates a symbolic link.

Definition


Methods