IniFile.hasKey

Checks whether the inifile has a specific key.

class IniFile(bool sync)
bool
hasKey
(
string section
,
string key
)

Parameters

section string

The section to check within.

key string

The key to check for existence.

Return Value

Type: bool

True if the key exists, falses otherwise.

Meta