INI_LoadFile
Loads an INI file.
Syntax
C++
Python
def INI_LoadFile( inFile: str, /, *, inMultipleValues: bool = True ) -> outINI: str
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inFile | str | Path to the source file | |
![]() |
inMultipleValues | bool | True | Allow multiple values in one key |
![]() |
outINI | str |


