Function IniLikeFile.removeGroup

Remove group by name. Do nothing if group with such name does not exist.

bool removeGroup (
  string groupName
) nothrow @safe;

Returns

true if group was deleted, false otherwise.

See Also

addGenericGroup, group