(abs-path-join & paths)
Returns a string representing the absolute path of the paths joined
Returns a string representing the absolute path of the paths joined
(file-mkdir filename)
Equivalent to mkdir <filename>
Equivalent to mkdir <filename>
(file-mkdirs filename)
Equivalent to mkdir -p <filename>
Equivalent to mkdir -p <filename>
(path->ext path)
Gets the extension from a path
Gets the extension from a path
(path->filename path)
Gets the filename from a path Assumes unix-style paths e.g. foo/bar/baz.conf
Gets the filename from a path Assumes unix-style paths e.g. foo/bar/baz.conf
(path-join & paths)
Returns a string representing the paths joined Return values differ based on platform
Returns a string representing the paths joined Return values differ based on platform
(read-all f)
Reads all Clojure forms from file {f}
Reads all Clojure forms from file {f}
(strip-ext path)
Strips the extension from a path
Strips the extension from a path
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close