Copies all files from the given source directory, to the given destination directory. Will create the destination directory if it doesn't exist yet. Overwrites any files that already exist in the destination directory.
The source directory to copy from.
The destination directory to copy to.
See Implementation
Copies all files from the given source directory, to the given destination directory. Will create the destination directory if it doesn't exist yet. Overwrites any files that already exist in the destination directory.