Back to Aurora Vision Library website

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

INI_SaveFile


Header: STD.h
Namespace: avl
Module: FoundationLite

Saves an INI file.

Syntax

void avl::INI_SaveFile
(
	const atl::String& inINI,
	bool inMultipleValues,
	const atl::File& inFile
)

Parameters

Name Type Default Description
Input value inINI const String& INI
Input value inMultipleValues bool False Allow multiple values in one key
Input value inFile const File& Path to a file