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 | ||
---|---|---|
| ||
$cs.File_CopyTree("C:\Program Files\CapaInstaller\Dummy","C:\Windows\Dummy") |
...