- Title
- pathname-directory
- Type
- Function
- Arguments
- pathname-directory PATHNAME
- Package
- lisp
- Section
- ファイルシステム
- File
- builtin.l
PATHNAMEのディレクトリ名を返します。各階層ごとの名前を要素とするリスト形
式で返されます。
使用例:
(setq a (merge-pathnames "xyzzy.exe" (si:system-root)))
=>"C:/Applications/xyzzy/xyzzy.exe"
(pathname-directory a)
=>("Applications" "xyzzy")
- Seealso
- pathname-type
- pathname-name
- pathname-device
- pathname-host
- directory-namestring