File_VerCopy

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")

Scripting Guidelines

 

Related functions

File_CopyFile File_CopyTree