Method Stdio.Fd()->openat()
- Method openat
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.
- See also