Liking cljdoc? Tell your friends :D

dots.node.fs.make-directory-options


modecljs

(mode make-directory-options)

A file mode. If a string is passed, it is parsed as an octal integer. If not specified

A file mode. If a string is passed, it is parsed as an octal integer. If not specified
sourceraw docstring

recursive?cljs

(recursive? make-directory-options)

Indicates whether parent folders should be created. If a folder was created, the path to the first created folder will be returned.

Indicates whether parent folders should be created.
If a folder was created, the path to the first created folder will be returned.
sourceraw docstring

set-mode!cljs

(set-mode! make-directory-options value)

A file mode. If a string is passed, it is parsed as an octal integer. If not specified

A file mode. If a string is passed, it is parsed as an octal integer. If not specified
sourceraw docstring

set-recursive!cljs

(set-recursive! make-directory-options value)

Indicates whether parent folders should be created. If a folder was created, the path to the first created folder will be returned.

Indicates whether parent folders should be created.
If a folder was created, the path to the first created folder will be returned.
sourceraw docstring

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

× close