Next: Random Access, Previous: Writing, Up: Input and Output
Close the specified port object. Return
#tif it successfully closes a port or#fif it was already closed. An exception may be raised if an error occurs, for example when flushing buffered output. See also close, for a procedure which can close file descriptors.
Close the specified input or output port. An exception may be raised if an error occurs while closing. If port is already closed, nothing is done. The return value is unspecified.
See also close, for a procedure which can close file descriptors.