config file saver

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dave

    config file saver

    I am current using ConfigParse to read my config file. Is anyone aware of a
    good example of a class that I can use to modify and then rewrite the
    config data back to file.

    Dave
  • dave

    #2
    Re: config file saver

    dave wrote:
    [color=blue]
    > I am current using ConfigParse to read my config file. Is anyone aware of
    > a good example of a class that I can use to modify and then rewrite the
    > config data back to file.
    >
    > Dave[/color]
    ConfigParser.se t and ConfigParser.wr ite will work

    Comment

    Working...