Method _Stdio.Fd()->hardlinkat()
- Method
hardlinkat
voidhardlinkat(string(8bit)from,string(8bit)to,Stdio.File|voidtofd)- Description
Create a hardlink named
tofrom the filefrom, wherefromis relative to this file, andtois relative totofdunless 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()