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