public class FilesHelper
extends java.lang.Object
| Constructor and Description |
|---|
FilesHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
copy(java.io.File source,
java.io.File destination)
Copy source file to destination file.
|
static boolean |
mkdirs(java.io.File file)
Create all directories, including nonexistent parent directories.
|
public static boolean copy(java.io.File source,
java.io.File destination)
throws java.io.IOException
source - sourcedestination - destinationjava.io.IOException - on errorpublic static boolean mkdirs(java.io.File file)
file - file