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