Skip to content

rossajmcd/diskops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Just a handful of the simplest of ubiquitous disk operations.

Resources

License

Stars

Watchers

Forks

Packages

No packages published