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
java.io.IOExceptionpublic static boolean mkdirs(java.io.File file)
Copyright © 2021 Perforce Software. All Rights Reserved.