routine link
Documentation for routine link
assembled from the following types:
class IO::Path
From IO::Path
(IO::Path) routine link
Defined as:
method link(IO::Path : IO() --> Bool)sub link( IO() , IO() --> Bool)
Create a new hard link $link
to existing $target
. Returns True
on success; fails with X::IO::Link if the hard link could not be created. To create a symbolic link, see symlink
.