Method _Stdio.Fd()->mode()
- Method
mode
FileModeFlags
|FilePropertyFlags
mode()- Description
Returns the open mode and capabilities for the file.
- Returns
Returns an `|() of the following flags:
0x1000
0x2000
0x4000
0x8000
0x0100
0x0200
0x0400
0x0080
0x0040
0x0010
0x0008
0x0004
0x0002
0x0001
- Note
In some versions of Pike 7.8 the PROP_ flags were filtered from the result.
- See also