public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
fullyDelete(File dir)
Delete files and directories, even if non-empty.
|
public static boolean fullyDelete(File dir) throws IOException
dir - file or directoryIOExceptionCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.