Method Stdio.Fd()->mode()
- Method mode
 intmode()- Description
 Returns the open mode and capabilities for the file.
- Returns
 Returns an `|() of the following flags:
0x1000FILE_READ0x2000FILE_WRITE0x4000FILE_APPEND0x8000FILE_CREATE0x0100FILE_TRUNC0x0200FILE_EXCLUSIVE0x0400FILE_NONBLOCKING0x00800x00400x00100x00080x00040x00020x0001- Note
 In some versions of Pike 7.7 and 7.8 the PROP_ flags were filtered from the result.
- See also