File\_CreateEmptyFile
Description
Section titled “Description”The function creates an empty file
Syntax
Section titled “Syntax”File_CreateEmptyFile(sFile, bUnicode) As Boolean
Parameters
Section titled “Parameters”sFile (String)
Filename
bUnicode (Boolean)
In UniCode format
Example
Section titled “Example”VBScript
If bStatus Then bStatus = File_CreateEmptyFile(gsProgramFiles & "\CapaInstaller\Log.log", False)Related functions
Section titled “Related functions”