Method _Stdio.Fd()->symlinkat()
- Method
symlinkat
void
symlinkat(string(8bit)
from
,string(8bit)
to
)- Description
Create a symbolic link named
to
that points tofrom
, whereto
is relative to this file..- Note
This function is not available on all platforms.
- See also
hardlinkat(),
symlink()
, readlinkat(), unlinkat()