I need to keep some data in configuration files to initialize it at the start of my program and to save some in between its runs. As I understand it the convention is to keep such data in files with the .config extension. There must be some standard API for reading from and changing data in such files. I would appreciate it if someone pointed me into the right direction.