[Top]
Stdio
Stdio.File
|
Method Stdio.File()->is_open()
- Method
is_open
-
int is_open()
- Description
-
Returns true if the file is open.
- Note
-
Most methods can't be called for a file descriptor that isn't
open. Notable exceptions errno , mode , and the set and query
functions for callbacks and backend.
|