Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 750 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 750 Bytes

diskops

Parsimoniously, recursive delete, copy and others are not in core Clojure at the time of writing. Furthermore it is kind of difficult to track down the library to use without importing a load of baggage, so here, unceremoniously, without any dependencies Java based or otherwise, and forever to be minimal and simple are some functions we all need.

Release information

  • Clojars Project

Documentation

  • delete-directory (including nested directories)
    • (delete-directory "a-poor-unwanted-directory")
  • copy-recursive (its in the name)
    • (copy-recursive "src-directory" "target-directory"))
  • and others

Enjoy!