File cleaning api.
File cleaning api.
(clean! {t :fr.jeremyschoffen.mbt.alpha.cleaning/target :as param})
Delete a file or directory at the path specified by the key :cleaning/target
. The target can't be the project
directory specified by the key :project/working-dir
and must be inside it. You can still delete anything inside
your project dir with this function, src dir included.
Returns the cleaning target.
Delete a file or directory at the path specified by the key `:cleaning/target`. The target can't be the project directory specified by the key `:project/working-dir` and must be inside it. You can still delete anything inside your project dir with this function, src dir included. Returns the cleaning target.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close