We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cc66d commit 0d899d6Copy full SHA for 0d899d6
src/aidbox_sdk/core.clj
@@ -20,6 +20,7 @@
20
;;
21
22
(defn create-directory! [^java.io.File dir]
23
+ (io/make-parents dir)
24
(when-not (.mkdir dir)
25
(throw (Exception. (str "Can't create directory: " dir)))))
26
0 commit comments