IniFile.hasSection

Checks whether the inifile has a specific section.

class IniFile(bool sync)
bool
hasSection
(
string section
)

Parameters

section string

The section to check for existence.

Return Value

Type: bool

True if the section exists, false otherwise.

Meta