File\_CopyTree
Description
Section titled “Description”Copies a folder
Syntax
Section titled “Syntax”File_CopyTree(sSourceDir, sTargetDir, bRemoveTarget) As Boolean
Parameters
Section titled “Parameters”sSourceDir (String)
Source directory
sTargetDir (String)
Target directory
bRemoveTarget (Boolean)
Remove target before copying
Example
Section titled “Example”VBScript
If bStatus Then bStatus = File_CopyTree(gsPackageRoot & "\Kit\Config", gsProgramFiles & "\CapaInstaller\Config", True)Related functions
Section titled “Related functions”