Liking cljdoc? Tell your friends :D

badigeon.clean


cleanclj

(clean target-directory)
(clean target-directory {:keys [allow-outside-target?]})

Delete the target-directory. The directory to delete must not be outside of project root. By default, the directory to delete must either be the directory named "target" or must be inside the directory named "target". Setting the "allow-outside-target?" parameter to true makes deleting directories outside "target" possible.

Delete the target-directory. The directory to delete must not be outside of project root. By default, the directory to delete must either be the directory named "target" or must be inside the directory named "target". Setting the "allow-outside-target?" parameter to true makes deleting directories outside "target" possible.
raw docstring

delete-recursivelyclj

(delete-recursively dir)

is-parent-path?clj

(is-parent-path? path1 path2)

same-directory?clj

(same-directory? path1 path2)

sanity-checkclj

(sanity-check path allow-outside-target?)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close