Back to FabImage Library website

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

INI_GetAllSections


Header: STD.h
Namespace: fil
Module: FoundationLite

Gets all section names in the INI.

Syntax

void fil::INI_GetAllSections
(
	const ftl::String& inINI,
	ftl::Array<ftl::String>& outSections
)

Parameters

Name Type Default Description
Input value inINI const String& INI
Output value outSections Array<String>&