public class FileCopier
extends java.lang.Object
| Constructor and Description |
|---|
FileCopier() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
copyFile(java.lang.String srcPath,
java.lang.String destPath)
This method allows to copy a file from one location to another one
|