Description
Version copies a directory
Syntax
File_VerCopy(sSourceRoot, sTargetRoot) As Boolean
Parameters
sSourceRoot (String)
Source folder for copy
sTargetRoot (String)
Target folder for copy
Example
VBScript
If bStatus Then bStatus = File_Vercopy("C:\CMS", "C:\CapaInstaller")