org.tm4j.tmnav.app.util .FileUtil

Description

Collection of static helper methods for file handling

Inheritance Hierarchy

Method Summary
void copyResourceToFile(java.lang.String resource,java.io.File dest)
Copies a resource that is accessible via the ClassLoaders to a file.
void deleteDir(java.io.File dir)
The following method deletes a directory recursively.
I copied it from http://joust.kano.net/weblog/archives/000071.html Apparently it was originally written by Keith Lea (keith at cs dot oswego dot edu)