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 filefrom
, wherefrom
is relative to this file, andto
is relative totofd
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()