Ini\_ExistEntry
Description
Section titled “Description”Checks if specified entry exists in specified section in specified file
Syntax
Section titled “Syntax”Ini_ExistEntry(sFile, sSection, sEntry, bMustExist) as Boolean
Parameters
Section titled “Parameters”sFile (String)
Filename
sSection (String)
Section name
sEntry (String)
Entry name
bMustExist (Boolean)
Entry must exist
Return value
Section titled “Return value”Result will be stored in gbValue
Example
Section titled “Example”VBScript
If bStatus Then bStatus = Ini_ExistEntry("C:\CapaInstaller.ini", "SectionName", "EntryName", True)Related functions
Section titled “Related functions”