Created
February 6, 2013 08:03
-
-
Save juanluisrp/4721087 to your computer and use it in GitHub Desktop.
Recursively delete a non empty directory using Commons IO (http://commons.apache.org/io/api-release/org/apache/commons/io/FileUtils.html#deleteDirectory%28java.io.File%29)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import org.apache.commons.io.FileUtils; | |
import java.io.File; | |
public class DeleteDirectory { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment