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 directoryIOException
- If there is a low-level I/O error.Copyright © 2000–2016 The Apache Software Foundation. All rights reserved.