public class DirectoryUtils extends Object
Constructor and Description |
---|
DirectoryUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
deleteDirectoryContents(File directory) |
static void |
deleteRecursively(File file) |
public static void deleteRecursively(File file) throws IOException
IOException
public static void deleteDirectoryContents(File directory) throws IOException
IOException
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.