(base format-input-path-object)
The file name including extension (if any) such as 'index.html'
The file name including extension (if any) such as 'index.html'
(dir format-input-path-object)
The full directory path such as '/home/user/dir' or 'c:\path\dir'
The full directory path such as '/home/user/dir' or 'c:\path\dir'
(ext format-input-path-object)
The file extension (if any) such as '.html'
The file extension (if any) such as '.html'
(name format-input-path-object)
The file name without extension (if any) such as 'index'
The file name without extension (if any) such as 'index'
(root format-input-path-object)
The root of the path such as '/' or 'c:'
The root of the path such as '/' or 'c:\'
(set-base! format-input-path-object value)
The file name including extension (if any) such as 'index.html'
The file name including extension (if any) such as 'index.html'
(set-dir! format-input-path-object value)
The full directory path such as '/home/user/dir' or 'c:\path\dir'
The full directory path such as '/home/user/dir' or 'c:\path\dir'
(set-ext! format-input-path-object value)
The file extension (if any) such as '.html'
The file extension (if any) such as '.html'
(set-name! format-input-path-object value)
The file name without extension (if any) such as 'index'
The file name without extension (if any) such as 'index'
(set-root! format-input-path-object value)
The root of the path such as '/' or 'c:'
The root of the path such as '/' or 'c:\'
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close