INI_AddSection


Adds a new section.

Syntax

C++
Python
 
def INI_AddSection(
	inINI: str,
	inSection: str,
	/,
	*,
	inComment: str | None = None
)
-> outINI: str

Parameters

Name Type Default Description
Input value inINI str INI
Input value inSection str Section name
Input value inComment str | None None Optional comment
Output value outINI str