Back to FabImage Library website

You are here: Start » Function Reference » System » INI » INI_AddSection

INI_AddSection


Header: STD.h
Namespace: fil
Module: FoundationLite

Adds a new section.

Syntax

void fil::INI_AddSection
(
	const ftl::String& inINI,
	const ftl::String& inSection,
	ftl::Optional<const ftl::String&> inComment,
	ftl::String& outINI
)

Parameters

Name Type Default Description
Input value inINI const String& INI
Input value inSection const String& Section name
Input value inComment Optional<const String&> NIL Optional comment
Output value outINI String&