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)
Section titled “sSourceFile (String)”File to move
sTargetFile (String)
Section titled “sTargetFile (String)”Name of target file
bOverWrite (Boolean)
Section titled “bOverWrite (Boolean)”Overwrite existing file
Example
Section titled “Example”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 Constants Package Property Variables