Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description

Deletes entry in an ini file

 

Syntax

Ini_DeleteEntry(sFile, sSection, sEntry) As Boolean

 

Parameters

sFile (String)

Filename

sSection (String)

Section name

sEntry (String)

Entry name


Example

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

Scripting Guidelines

 

Related functions

Ini_WriteEntry Ini_ReadEntry

  • No labels