Liking cljdoc? Tell your friends :D

dots.node.path.format-input-path-object


basecljs

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

dircljs

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

extcljs

(ext format-input-path-object)

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

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

namecljs

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

rootcljs

(root format-input-path-object)

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

set-dir!cljs

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

set-ext!cljs

(set-ext! format-input-path-object value)

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

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

set-name!cljs

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

set-root!cljs

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

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

× close