Method Stdio.Fd()->openat()
- Method openat
 Stdio.Fileopenat(stringfilename)
Stdio.Fileopenat(stringfilename,stringmode)
Stdio.Fileopenat(stringfilename,stringmode,intaccess)- Description
 Open a file relative to an opened directory.
- Returns
 Returns a new file object on success, and
0(zero) on failure.- Note
 Not available on all architectures, or in Pike 7.6 and earlier.
- See also