Ini_DeleteEntry
Description
Section titled “Description”Deletes entry in an ini file
Syntax
Section titled “Syntax”Ini_DeleteEntry(sFile, sSection, sEntry) As Boolean
Parameters
Section titled “Parameters”sFile (String)
Section titled “sFile (String)”Filename
sSection (String)
Section titled “sSection (String)”Section name
sEntry (String)
Section titled “sEntry (String)”Entry name
Example
Section titled “Example”If bStatus Then bStatus=Ini_DeleteEntry("C:\CapaInstaller.ini", "SectionName", "EntryName")Related functions
Section titled “Related functions”Ini_WriteEntry Ini_ReadEntry Constants Package Property Variables