thrau / jarchivelib

A simple archiving and compression library for Java
https://github.com/thrau/jarchivelib
Apache License 2.0
198 stars 36 forks source link

Remove commons-io dependency #12

Closed thrau closed 10 years ago

thrau commented 10 years ago

The last remnant of commons-io is the use of FileUtils to force-delete the files/directories, this could be removed.