Archived

This forum has been archived. Please start a new discussion on GitHub.

Do 'setProperty' really set value to config file?

hi guys,
I want to save an value into the config file by using 'setProperty', but it does not work. How can I write an value back to the config file?

thanks,
Kemp

Comments

  • marc
    marc Florida
    Ice does not have any functions to save properties in a configuration file. It can only load properties from a configuration file. setProperty() sets a property in an Ice::Property object, but this doesn't modify any files.
  • thanks marc, so I must do it myself