http://idk.i2p/javadoc-i2p/net/i2p/util/FileUtil.html
Object clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait Constructor Details FileUtil public FileUtil () Method Details rmdir public static final boolean rmdir ( String path,
boolean failIfNotEmpty) Delete the path as well as any files or directories underneath it. Parameters: path - path to the directory being deleted failIfNotEmpty - if true, do not delete anything if the directory
is not empty (and return false)...