[Top]
Stdio
Stdio.File
|
Method Stdio.File()->close()
- Method
close
int Stdio.File()->close()
int Stdio.File()->close(string direction)
- Description
-
Close the file. Optionally, specify "r", "w" or "rw" to close just
the read, just the write or both read and write directions of the file
respectively.
- Note
This function will not call the close_callback.
- See also
Stdio.File.open, Stdio.File.open_socket
|