(assert-dir! path)Inputs: [path :- s/Str] Returns: s/Str
Inputs: [path :- s/Str] Returns: s/Str
(is-dir? path)Inputs: [path :- s/Str] Returns: s/Bool
Inputs: [path :- s/Str] Returns: s/Bool
(join-path & args)Inputs: [& args :- [s/Str]] Returns: s/Str
Inputs: [& args :- [s/Str]] Returns: s/Str
(ls path)(ls path mode)Inputs: ([path :- s/Str] [path :- s/Str mode :- (s/enum :short :full)]) Returns: [s/Str]
Inputs: ([path :- s/Str] [path :- s/Str mode :- (s/enum :short :full)]) Returns: [s/Str]
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 |