|   | 
 ANSI Common Lisp    20 Files    20.2 Dictionary of Files
 
| 20.2.10  file-error-pathname | 
Function | 
  
 - Syntax:
 - 
file-error-pathname
condition
  
  pathspec
  - Arguments and Values:
 - 
condition - a condition of type file-error.
pathspec - a pathname designator.
 
  - Description:
 - 
Returns the "offending pathname" of a condition of type file-error.
  - Exceptional Situations:
 - 
  - See Also:
 - 
file-error,
Conditions
  - Allegro CL Implementation Details:
 - 
 None.
   
 |