
[Top]
system
|
Method system.hardlink()
- Method
hardlink
void system.hardlink(string from, string to)
- Description
-
Create a hardlink named to from the file from.
- Note
This function is not available on all platforms.
- See also
system.symlink, mv, rm
Extracted from Pike v7.3 release 11 at 2001-11-03.
|