public class FileUtility
extends java.lang.Object
Constructor and Description |
---|
FileUtility() |
Modifier and Type | Method and Description |
---|---|
static boolean |
copy(java.lang.String sourcePath,
java.lang.String targetPath)
This static method copy a source file over a target file
|
public static boolean copy(java.lang.String sourcePath, java.lang.String targetPath)
sourcePath
- the path of the source filetargetPath
- the path of the target file