Method System.symlink()
- Method symlink
void
symlink(string
from
,string
to
)- Description
Create a symbolic link named
to
that points tofrom
.- Note
This function is not available on all platforms.
- See also
void
symlink(string
from
, string
to
)
Create a symbolic link named to
that points to from
.
This function is not available on all platforms.