|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.das2.util.FileUtil
public class FileUtil
static utility methods. introduced Jul 28, 2008.
| Method Summary | |
|---|---|
static boolean |
deleteFileTree(java.io.File root)
deletes all files and folders below root, and root, just as "rm -r" would. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean deleteFileTree(java.io.File root)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - if it is unable to delete a file
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||