KeyFile.removeGroup
bool removeGroup(string groupName)Removes the specified group, group_name, from the key file.
Parameters
groupName | a group name |
Returns
true if the group was removed, false otherwise
Throws
[KeyFileException]
bool removeGroup(string groupName)Removes the specified group, group_name, from the key file.
groupName | a group name |