19.4 Filenames Dictionary
- pathname, System Class
- logical-pathname, System Class
- pathname pathspec → pathname, Function
- make-pathname, Function
- pathnamep object → generalized-boolean, Function
- pathname-host pathname &key case → host, Function
- pathname-device pathname &key case → device, Function
- pathname-directory pathname &key case → directory, Function
- pathname-name pathname &key case → name, Function
- pathname-type pathname &key case → type, Function
- pathname-version pathname → version, Function
- load-logical-pathname-translations host → just-loaded, Function
- logical-pathname-translations host → translations, Accessor
- (setf (logical-pathname-translations host) new-translations), Accessor
- logical-pathname pathspec → logical-pathname, Function
- *default-pathname-defaults*, Variable
- namestring pathname → namestring, Function
- file-namestring pathname → namestring, Function
- directory-namestring pathname → namestring, Function
- host-namestring pathname → namestring, Function
- enough-namestring pathname &optional defaults → namestring, Function
- parse-namestring, Function
- wild-pathname-p pathname &optional field-key → generalized-boolean, Function
- pathname-match-p pathname wildcard → generalized-boolean, Function
- translate-logical-pathname pathname &key → physical-pathname, Function
- translate-pathname, Function
- merge-pathnames, Function