(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
(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.
(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
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close