CopyDir recursively copies the specified source directory tree to the
specified destination. The destination directory must not exist. Any
symlinks under src are ignored.
CopyFile copies the specified source file to the specified destination file.
Specify true for overwrite to overwrite the destination file if it already exits.