| |
| | CLHS: Function CLOSE |
 | | Closing a stream means that it may no longer be used in input or output operations. |
 | | The act of closing a file stream ends the association between the stream and its associated file; the transaction with the file system is terminated, and input/output may no longer be performed on the stream. |
 | | After stream is closed, it is still possible to perform the following query operations upon it: streamp, pathname, truename, merge-pathnames, pathname-host, pathname-device, pathname-directory,pathname-name, pathname-type, pathname-version, namestring, file-namestring, directory-namestring, host-namestring, enough-namestring, open, probe-file, and directory. |
| www.lispworks.com /documentation/HyperSpec/Body/f_close.htm (249 words) |
|