public class FileUtils extends Object
| Constructor and Description |
|---|
FileUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyDirectory(Path source,
Path target)
Copies a directory recursively.
|
public static void copyDirectory(Path source, Path target) throws IOException
source - The source directory.target - The target directory.IOExceptionCopyright © 2021. All rights reserved.