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 | |
|---|---|---|---|---|
![]() |
inINI | str | INI | |
![]() |
inMultipleValues | bool | False | Allow multiple values in one key |
![]() |
inFile | str | Path to a file |

