Liking cljdoc? Tell your friends :D

dots.node.path.parsed-path

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().
raw docstring

basecljs

(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'
sourceraw docstring

dircljs

(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'
sourceraw docstring

extcljs

(ext parsed-path)

The file extension (if any) such as '.html'

The file extension (if any) such as '.html'
sourceraw docstring

namecljs

(name parsed-path)

The file name without extension (if any) such as 'index'

The file name without extension (if any) such as 'index'
sourceraw docstring

rootcljs

(root parsed-path)

The root of the path such as '/' or 'c:'

The root of the path such as '/' or 'c:\'
sourceraw docstring

set-base!cljs

(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'
sourceraw docstring

set-dir!cljs

(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'
sourceraw docstring

set-ext!cljs

(set-ext! parsed-path value)

The file extension (if any) such as '.html'

The file extension (if any) such as '.html'
sourceraw docstring

set-name!cljs

(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'
sourceraw docstring

set-root!cljs

(set-root! parsed-path value)

The root of the path such as '/' or 'c:'

The root of the path such as '/' or 'c:\'
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close