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 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") 

Scripting Guidelines

 

Related functions

Ini_DeleteSection Ini_GetAllSections Ini_GetAllSectionVariables

  • No labels