Skip to content

Ini\_DeleteEntry

Deletes entry in an ini file

Ini_DeleteEntry(sFile, sSection, sEntry) As Boolean

sFile (String)

Filename

sSection (String)

Section name

sEntry (String)

Entry name

VBScript

If bStatus Then bStatus=Ini_DeleteEntry("C:\CapaInstaller.ini", "SectionName", "EntryName")

Scripting Guidelines

Ini_WriteEntry Ini_ReadEntry