file-directory
Name
file-directory -- Accesses the directory part of a pathname
Type: generic
Synopsis
file-directory
( pathname, dirname);
Arguments
- pathname
A pathname object (an instance of <file-name>)
Return Values
- dirname
An instance of <directory-name>.
Description
The methods on this generic function extract the directory
portion of pathname objects.