Method System.symlink()
- Method symlink
voidsymlink(stringfrom,stringto)- Description
Create a symbolic link named
tothat 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.