/
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
Related content
File_CopyFile
File_CopyFile
Read with this
File_CopyTree
File_CopyTree
More like this
File functions
File functions
Read with this
File_CopyTree
File_CopyTree
More like this
File_ExistFile
File_ExistFile
Read with this
File_CopyTree
File_CopyTree
More like this