Next: , Previous: , Up: The Universe Known as LISP   [Contents][Index]


6 Common Lisp IO and Formatting

File System Concepts

This section discusses the Common Lisp interface to file systems. The model used by this interface assumes that:

Pathnames and namestrings11 are two kinds of objects that substitute for filenames in Common Lisp (pathname class)


Footnotes

(11)

namestring: a string that represents a filename using either the standardized notation for naming logical pathnames or some implementation-defined notation for naming a physical pathname.