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