Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

  • No labels