File_DelFile
Description
Section titled “Description”Deletes specified file
Syntax
Section titled “Syntax”File_DelFile(sFile, bForce) As Boolean
Parameters
Section titled “Parameters”sFile (String)
Section titled “sFile (String)”File to remove
bForce (Boolean)
Section titled “bForce (Boolean)”Ignore if file is locked
Example
Section titled “Example”If bStatus then bStatus = File_DelFile("C:\CapaInstaller.txt", True)Related functions
Section titled “Related functions”File_CreateEmptyFile File_DelTree File_ExistFile Constants Package Property Variables