Public Vars

Back

create-dirs (clj)

(source)

function

(create-dirs path) (create-dirs path {:keys [:posix-file-permissions]})
Creates directories using `Files#createDirectories`. Also creates parents if needed. Doesn't throw an exception if the dirs exist already. Similar to `mkdir -p`

Examples