A directory manipulation action, to create and remove directories with given ownership and mode.
A directory manipulation action, to create and remove directories with given ownership and mode.
(adjust-directory path {:keys [owner group mode recursive] :as opts})
Script to set the ownership and mode of a directory.
Script to set the ownership and mode of a directory.
(make-directory dir-path & {:keys [path verbose mode recursive] :as opts})
Script to create a directory.
Script to create a directory.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close