Clamps Dictionary
relative-directory-name
Function
(relative-directory-name pathname)
Return string of the name of last directory of pathname.
Arguments
pathname |
Pathname from which directory is extracted. |
Example
(relative-directory-name (pathname "~/work/snd/subdir/test.wav")) ;; => "subdir"