Next: Common Lisp Condition System, Previous: Common Lisp Resources, Up: The Universe Known as LISP [Contents][Index]
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)
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.