(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
(strip-ext path)
Strips the extension from a path
Strips the extension from a path
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |