This action allows reading from an INI file. An INI file is a configuration file often used to save an applications settings.
The INI file to read.
The file reading mode: only one parameter or the whole file. [Added in Actionaz 3.7.0.]
The section where to search for the data.
The parameter name where to search for the data.
The name of the variable where to save the read data.
<BOOKMARK:unable_to_read_file>
This exception is thrown when the file cannot be read.
<BOOKMARK:unable_to_find_section>
This exception is thrown when the requested section cannot be found.