PDA

View Full Version : making .ini files



sandyrepope
19-08-2007, 22:56
If one of your programs needs a .ini file do you just use a text editor or do you have a special editor for this?

Thanks
Sandy

Petr Schreiber
19-08-2007, 23:24
Hi Sandy,

I use for it usually notepad :)


Bye,
Petr

ErosOlmi
20-08-2007, 00:03
INI files are just text files. You need a text file editor like notepad, or even thinAir.

Michael Hartlef
20-08-2007, 10:01
Usually your app is storing and reading the values from inside your app. Means, your app is looking for an entry. If not, it uses a default value. When your user is changing settings, you write them back into an INI file.