Command Reference - INI File Actions
Sets a value in an INI file.
|
Action ID: |
20 |
The name of the INI file.
The name of the INI file section to operate on. Only the section name is required in this field—you do not need the surrounding brackets. (For example, Data is correct as opposed to [Data].)
The name of the INI file value to modify.
The data to write to the INI file value (i.e., the data to store in the INI file).
|
Value |
Simple Message |
Verbose Message |
|
0 (OK) |
|
|
|
1 |
MSG_ERR_INIFILE_MODIFY |
MSG_ERR_INIFILE_MODIFY |
|
2 |
MSG_ERR_INIFILE_MODIFY |
MSG_ERR_INIFILE_MODIFY |
None