Closes the specified file input stream, file output stream, piped input stream, piped output stream, print stream, random access file, data input stream, data output stream, data input, data output, input stream or output stream object.
Syntax
close( stream )
stream.close( )
Parameters
stream
|
the stream object to close.
|
Returns
Example
fh.close( )
|