User Tools

Site Tools


en:actions:actionwriteinifile

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actions:actionwriteinifile [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 ====
 +<BOOKMARK:unable_to_write_to_the_file>
 +
 +This exception is thrown when the file cannot be written to.
 +  * Default action: stop the script execution