File\_MoveFile
Description
Section titled “Description”Moves a file from source to a destination
Syntax
Section titled “Syntax”File_MoveFile(sSourceFile, sTargetFile, bOverWrite) As Boolean
Parameters
Section titled “Parameters”sSourceFile (String)
File to move
sTargetFile (String)
Name of target file
bOverWrite (Boolean)
Overwrite existing file
Example
Section titled “Example”VBScript
If bStatus Then bStatus = File_MoveFile("C:\CapaInstaller.txt", "C:\Temp\CapaInstaller", True)Related functions
Section titled “Related functions”File_CopyFile,File_CopyTree File_VerCopy