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

Prev:make-link ( target symlink -- )


Vocabulary
io.files.links

Inputs
targeta path to an existing symlink
symlinka path to a new symbolic link


Outputs
None

Word description
Copies a symbolic link without following the link.

Definition