Back to Aurora Vision Library website

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

INI_AddSection


Header: STD.h
Namespace: avl
Module: FoundationLite

Adds a new section.

Syntax

void avl::INI_AddSection
(
	const atl::String& inINI,
	const atl::String& inSection,
	atl::Optional<const atl::String&> inComment,
	atl::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&