Next: , Previous: , Up: Files   [Contents][Index]


5.26.2 File Objects

A file object is a Lisp object which represents an open 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 (see Streams).

Function: filep object

This function returns true when its argument is a file object.