Set / Get Configuration/INI file Key Value

The Set/Get tasks allows you to set/get a key value in a configuration or INI file. Typical examples of such files include .ini files on windows, java properties files, unix configuration files. The format of these files is:

key1=value1
key2=value2
......