copyDirectory

fun copyDirectory(source: Path, destination: Path)
fun copyDirectory(source: File, destination: File)

Parameters

source

the source directory as a file, must not be null

destination

the destination directory as a file, must not be null

Throws

if a problem occurs