Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

$cs.File_CopyTree(string source, string destination, bool copySubDirs = true, bool overwrite = true)

Parameters

source

Source folder to copy

...

Overwrite existing files (default True)

Example

Code Block
languagepowershell
$cs.File_CopyTree("C:\Program Files\CapaInstaller\Dummy","C:\Windows\Dummy")

...