IniLikeFile.removeGroup

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

class IniLikeFile
@safe nothrow
bool
removeGroup
(
string groupName
)

Return Value

Type: bool

true if group was deleted, false otherwise.

See Also

Meta