CopyFolder copies a folder and its contents to a given destination.

app.CopyFolder( source, destination, overwrite, filter )

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

Example click to expand contents