public class FileUtil extends Object
| Modifier | Constructor and Description |
|---|---|
private |
FileUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
copyDir(File from,
File to) |
static boolean |
copyDir(File from,
String to) |
static boolean |
copyDir(String from,
File to) |
static boolean |
copyDir(String from,
String to) |
static boolean |
deleteFile(File deleteFile) |
static boolean |
deleteFile(String file) |
Copyright © 2022. All rights reserved.