public class FileUtils
extends Object
- Author:
- LT_Name
-
Constructor Summary
Constructors
-
Method Summary
static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
FileUtils
private FileUtils()
-
Method Details
-
deleteFile
public static boolean deleteFile(String file)
-
deleteFile
public static boolean deleteFile(File deleteFile)
-
-
copyDir
public static boolean copyDir(String from,
File to)
-
copyDir
public static boolean copyDir(File from,
String to)
-
copyDir
public static boolean copyDir(File from,
File to)