[Top]
Stdio
Stdio.Fd
|
Method Stdio.Fd()->close()
- Method
close
int Stdio.Fd()->close()
int Stdio.Fd()->close(string direction)
- Description
-
Close a file or stream.
If direction is not specified, both the read and the write direction
will be closed. Otherwise only the directions specified will be closed.
- See also
Stdio.Fd.open, Stdio.Fd.open_socket
|