Extracted from Pike v8.0 release 358 as of 2016-11-23.
   

Method System.hardlink()


Method hardlink

void 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

symlink(), mv(), rm()