...
Copies a file from source to a destination
Syntax
File_CopyFile(sSourceFile, sTargetFile, bOverWrite) As Boolean
Parameters
sSourceFile (String)
...
Overwrite existing file
Example
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
If bStatus Then bStatus = File_CopyFile(gsPackageRoot & "\capalib.chm", gsProgramFiles & "\CapaInstaller\capalib.chm", True) |