/
File_CopyTree
File_CopyTree
Description
Copies a folder
Syntax
File_CopyTree(sSourceDir, sTargetDir, bRemoveTarget) As Boolean
Parameters
sSourceDir (String)
Source directory
sTargetDir (String)
Target directory
bRemoveTarget (Boolean)
Remove target before copying
Example
VBScript
If bStatus Then bStatus = File_CopyTree(gsPackageRoot & "\Kit\Config", gsProgramFiles & "\CapaInstaller\Config", True)
Related functions
, multiple selections available,
Related content
Sys_ExistProcess
Sys_ExistProcess
Read with this
File_CopyTree
File_CopyTree
More like this
File_CopyTree
File_CopyTree
More like this
File_CopyTree
File_CopyTree
More like this
File_VerCopy
File_VerCopy
More like this
File_VerCopy
File_VerCopy
More like this