KeyFile.hasGroup

Looks whether the key file has the group @group_name.

class KeyFile
bool
hasGroup
(
string groupName
)

Parameters

groupName string

a group name

Return: %TRUE if @group_name is a part of @key_file, %FALSE otherwise.

Meta