(defn make-parents "Creates all parent directories of file." [^File file] (.mkdirs (.getParentFile file)))
Comments top
No comments for make-parents. Log in to add a comment.