Skip to content
bigeasy edited this page Aug 21, 2010 · 6 revisions

Comfort I/O is a small collection of useful file utilities to make munging files in Java less ceremonial.

Comfort I/O provides

  • A UNIX shell like file globber.
  • A recursive file find that employs the globber.
  • Macro file operations like recursive delete, file copy and file slurp.

I drop this jar into any project that has to deal with the files on the file system and eliminate a great many lines of code.

Clone this wiki locally