
[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
system.hardlink, system.readlink, mv, rm
Extracted from Pike v7.3 release 11 at 2001-11-03.
|