Next: Random Access, Previous: Writing, Up: Input and Output
Close the specified port object. Return
#tif successful,#fif the port 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 port object. The routine has no effect if the file has already been closed. An exception may be raised if an error occurs.
See also close, for a procedure which can close file descriptors.
Close the specified output port object. The routine has no effect if the file has already been closed. An exception may be raised if an error occurs.
See also close, for a procedure which can close file descriptors.