|  | ANSI Common Lisp  19 Filenames  19.4 Dictionary of Filenames 
 
| 19.4.1  pathname | System Class |  
 Class Precedence List:
pathname,
t
Description:
A pathname is a structured object which represents a filename.
There are two kinds of pathnames - physical pathnames and
logical pathnames.
 
Allegro CL Implementation Details:
 None. |