public final class FileUtil extends Object
Modifier and Type | Method and Description |
---|---|
static void |
deleteDirectoryContents(File directory) |
static void |
deleteFile(File file)
Delete the given file (when file == null nothing will be done).
|
static org.apache.logging.log4j.Logger |
getLogger() |
public static void deleteDirectoryContents(File directory) throws IOException
IOException
public static org.apache.logging.log4j.Logger getLogger()
public static void deleteFile(File file) throws IOException
file
- IOException
Copyright © 2023 Frank!Framework. All rights reserved.