ConfigParser.exists

Checks if Key exists in Category

class ConfigParser
bool
exists
(
cstring category
,
cstring key
)

Parameters

category cstring

category in which to look for the key

key cstring

key to be checked

Return Value

Type: bool

true if the configuration key exists in this category

Meta