====== Write INI file ====== This action allows you to write en entry in an INI file. An INI file is a configuration file often used to save an applications settings. ===== Standard parameters ===== ==== Input parameters ==== == File == The INI file to write to. == Section == The section where to search for the data. == Parameter == The parameter name where to search for the data. == Value == The value to write. ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]] * [[en:actions:actionwriteinifile#unable_to_write_to_the_file|Unable to write to the file]] ==== Unable to write to the file ==== This exception is thrown when the file cannot be written to. * Default action: stop the script execution