Method _Stdio.Fd()->hardlinkat()


Method hardlinkat

void hardlinkat(string(8bit) from, string(8bit) to, Stdio.File|void tofd)

Description

Create a hardlink named to from the file from, where from is relative to this file, and to is relative to tofd unless it is not set in which case it is also relative to this file.

Note

This function is not available on all platforms.

See also

hardlink(), symlinkat(), unlinkat()