public class FileUtils extends Object
| Constructor | Description |
|---|---|
FileUtils() |
| Modifier and Type | Method | 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.