CopyFolder copies a folder and its contents to a given destination.
If an item already exists in the destination it will not be overwritten unless overwrite is true.
Note: CopyFolder(fld1, fld2) will copy the contents of fld1 to fld2.
See Also: RenameFolder, DeleteFolder, FolderExists