Liking cljdoc? Tell your friends :D

eboshi.logic.fs


assert-dir!clj

(assert-dir! path)

Inputs: [path :- s/Str] Returns: s/Str

Inputs: [path :- s/Str]
Returns: s/Str
sourceraw docstring

is-dir?clj

(is-dir? path)

Inputs: [path :- s/Str] Returns: s/Bool

Inputs: [path :- s/Str]
Returns: s/Bool
sourceraw docstring

join-pathclj

(join-path & args)

Inputs: [& args :- [s/Str]] Returns: s/Str

Inputs: [& args :- [s/Str]]
Returns: s/Str
sourceraw docstring

lsclj

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

rm!clj

(rm! path)

Inputs: [path :- s/Str]

Inputs: [path :- s/Str]
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close