IniLikeFile.addGenericGroup

Create new group using groupName.

class IniLikeFile
@safe final
addGenericGroup
(
string groupName
)

Return Value

Newly created instance of IniLikeGroup.

Throws

IniLikeGroupException if group with such name already exists. IniLikeException if groupName is empty.

See Also

Meta