IniLikeFile.addGroup

Create new group using groupName.

class IniLikeFile
@safe
addGroup
(
string groupName
)

Return Value

Newly created instance of IniLikeGroup.

Throws

Exception if group with such name already exists or groupName is empty.

See Also

removeGroup, group

Meta