Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CLOJURE

how to make a directory in clojure

(let [file-name "path/to/whatever.txt"]
  (make-parents file-name)
  (spit file-name "whatever"))
Source by clojuredocs.org #
 
PREVIOUS NEXT
Tagged: #directory #clojure
ADD COMMENT
Topic
Name
9+6 =