INI_SaveFile


Saves an INI file.

Syntax

C++
Python
 
def INI_SaveFile(
	inINI: str,
	inFile: str,
	/,
	*,
	inMultipleValues: bool = False
)
-> None

Parameters

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