Liking cljdoc? Tell your friends :D

leiningen.clean

Remove all files from project's target-path.

Remove all files from project's target-path.
raw docstring

cleanclj

(clean project)

Removes all files from paths in clean-targets for a project

Removes all files from paths in clean-targets for a project
sourceraw docstring

delete-file-recursivelyclj

(delete-file-recursively f & [silently])

Delete file f. If it's a directory, recursively delete all its contents. Raise an exception if any deletion fails unless silently is true.

Delete file f. If it's a directory, recursively delete all its contents.
Raise an exception if any deletion fails unless silently is true.
sourceraw docstring

real-directory?clj

(real-directory? f)

Returns true if this file is a real directory, false if it is a symlink or a normal file.

Returns true if this file is a real directory, false if it is a symlink or a
normal file.
sourceraw docstring

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

× close