CopyFolder

copyfolder [<source folder>] [<destination path>] (<should overwrite contents?>)

Copies a folder and all its contents to the specified path.

Parameters:

  1. The absolute path of the folder to copy.
  2. The absolute path to copy the folder to, including the folder name.
  3. True or false for whether the contents should overwrite already existing files or folders with the same name. The default value is false.