User guide

82
Parameters
Mandatory?
Description
SectionName
No
The section name where the key is to be modified. If not specified,
the root section will be considered (all keys that are at the
beginning of the file before the first section is considered in the
root).
KeyName
Yes
The name of the key to modify.
KeyValue
No
The new value to affect to the key. If not specified and the
NewKeyName is specified, the system will use the actual value. If
not specified and the NewKeyName is not specified, the value will
be emptied.
NewKeyName
No
The new name to give to the key. If not specified, the key name
will not be changed.
Remove Key and Value
This action allows users to remove a key and its values from a specific section in an INI file. If the INI file specified
does not exist, the action will fail. If no section or key corresponds to the name to be removed, the action will still
succeed. If all keys from a section are removed, the section will be removed as well. The configuration variables of
this action are:
Parameters
Mandatory?
Description
INIFileName
Yes
The INI file name and path (if required)
SectionName
No
The section name where the key is to be deleted. If not specified,
the root section will be considered (all keys that are at the
beginning of the file before the first section is considered in the
root).
KeyName
Yes
The name of the key to remove.