|  | ANSI Common Lisp  19 Filenames  19.4 Dictionary of Filenames 
 
| 19.4.2  logical-pathname | System Class |  
 
 Class Precedence List:
logical-pathname,
pathname,
t
Description:
A pathname that uses a namestring syntax that is 
implementation-independent, 
and that has component values that are implementation-independent.
Logical pathnames do not refer directly to filenames
See Also:
Section 20.1 File System Concepts,
Section 2.4.8.14 Sharpsign P,
Section 22.1.3.11 Printing Pathnames
 
Allegro CL Implementation Details:
 None. |