User guide

81
Parameters
Mandatory?
Description
NewSectionName
No
The new section name to affect. If not specified, the keys of the
old section will be put under the root section (all keys that are at
the beginning of the file before the first section is considered in
the root).
Remove Section
This action allows users to remove a section and all its keys and values in an INI file. If the INI file specified does
not exist, the action will fail. If no section corresponds to the name to be removed, the action will still succeed. 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 to be removed. If not specified, the root section
will be removed (all keys that are at the beginning of the file
before the first section is considered in the root).
Create Key and Value
This action allows users to create a new key with a value in a specific section of an INI file. If the INI file specified
does not exist, it will be created. If no section corresponds to the one specified, it will be created. If the key already
exists in the specified section, its value will be replaced. 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 added. 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 add.
KeyValue
No
The value to affect to the new key.
Modify Key and Value
This action allows users to modify an existing key with its value in a specific section of an INI file. If the INI file
specified does not exist, it will be created. If no section corresponds to the one specified, it will be created. If the key
does not exist in the specified section, it will be added. The configuration variables of this action are:
Parameters
Mandatory?
Description
INIFileName
Yes
The INI file name and path (if required)