Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

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()