IniFile :: copyOption - Copy option value to configuration file
In order to copy option values currently set in the application, the function takes the option value set for the option passed in sName . Option name and option value as being set in the application are added to the ini-file. When the option has not yet been set, the option name with an empty value is added.
Return value: Success ( bool )
The value is true when the function was executed successfully. Otherwise the value is set to false .