[Top]
System
|
Method System.symlink()
- Method
symlink
-
void System.symlink(string from, string to)
- Description
-
Create a symbolic link named to that points to from .
- Note
-
This function is not available on all platforms.
- See also
-
hardlink() , readlink() , mv() , rm()
|