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)
Section titled “sSourceDir (String)”Source directory
sTargetDir (String)
Section titled “sTargetDir (String)”Target directory
bRemoveTarget (Boolean)
Section titled “bRemoveTarget (Boolean)”Remove target before copying
Example
Section titled “Example”If bStatus Then bStatus = File_CopyTree(gsPackageRoot & "\Kit\Config", gsProgramFiles & "\CapaInstaller\Config", True)