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