Ini_DeleteSection
Description
Deletes section and sub-entries
Syntax
Ini_DeleteSection(sFile, sSection) As Boolean
Parameters
sFile (String)
Filename
sSection (String)
Section name
Example
VBScript
If bStatus Then bStatus = Ini_DeleteSection("C:\CapaInstaller.ini", "SectionName")
Related functions
Ini_DeleteSection Ini_GetAllSections Ini_GetAllSectionVariables