Overview Clamps Packages CM Dictionary Clamps Dictionary Fomus
Next: remove-all-buffers , Previous: relative-directory-keyword , Up: R , Home: Overview

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"

Author: Orm Finnendahl

Created: 2025-09-29 Mo 14:33

Validate