open static fun copyRecursively(src: File, dest: File): Unit
Recursively copy the contents of the src file/directory to the dest file/directory.
dest - the destination directory
IOException - in the case of I/O errors
open static fun copyRecursively(src: Path, dest: Path): Unit
Recursively copy the contents of the src file/directory to the dest file/directory.
dest - the destination directory
IOException - in the case of I/O errors
Since
5.0