A parsed path object generated by path.parse() or consumed by path.format().
A parsed path object generated by path.parse() or consumed by path.format().
(base parsed-path)
The file name including extension (if any) such as 'index.html'
The file name including extension (if any) such as 'index.html'
(dir parsed-path)
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 parsed-path)
The file extension (if any) such as '.html'
The file extension (if any) such as '.html'
(name parsed-path)
The file name without extension (if any) such as 'index'
The file name without extension (if any) such as 'index'
(root parsed-path)
The root of the path such as '/' or 'c:'
The root of the path such as '/' or 'c:\'
(set-base! parsed-path 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! parsed-path 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! parsed-path value)
The file extension (if any) such as '.html'
The file extension (if any) such as '.html'
(set-name! parsed-path value)
The file name without extension (if any) such as 'index'
The file name without extension (if any) such as 'index'
(set-root! parsed-path 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