public class FilesHelper extends Object
Constructor and Description |
---|
FilesHelper() |
Modifier and Type | Method and Description |
---|---|
static boolean |
copy(File source,
File destination)
Copy source file to destination file.
|
static boolean |
mkdirs(File file)
Create all directories, including nonexistent parent directories.
|
public static boolean copy(File source, File destination) throws IOException
IOException
public static boolean mkdirs(File file)
Copyright © 2017 Perforce Software. All Rights Reserved.