INI files or Registry or personal files

Posted by Shirish11 on Programmers See other posts from Programmers or by Shirish11
Published on 2012-04-13T06:50:12Z Indexed on 2012/04/13 11:44 UTC
Read the original article Hit count: 284

I want to save the configuration of my project.
Which includes

  1. Screen size
  2. Screen Position
  3. Folder paths
  4. Users settings and so on.

The standard places where you can save these are configuration values are:

  1. Registry
  2. INI files
  3. Personal files (like *.cfg)

I would like to know how do you choose between these places?
Also are there any pros & cons of using any of them?

© Programmers or respective owner

Related posts about project-management

Related posts about configuration-management