Go to the first, previous, next, last section, table of contents.


File Objects

A file object is a Lisp object which represents a file in the filing system. Any file object may be used as a stream (either input or output) to access the contents of the file serially, section Streams.


Go to the first, previous, next, last section, table of contents.