Update: I\'ve added the following code: function TSettingsForm.AppDataPath: string; //CSIDL_APPDATAIndividual user Data
Setup programs created with Inno Setup could read an INI file through /LOADINF option. Is it possible to read custom variables through this INI file? Is there a function to get the name of 开发者_开发
I\'m writing a Qt application and will need to store the settings for the program. I want them to be easily editable by non-advanced users yet be flexible enough for advanced users (thus allow ea开发者
I always used a normal PHP file and just defined the variables in that file, but is this considered best practice?
I\'m using regular expressions to try to match section blocks in an INI file.I\'m using the recipe given in the book Regular Expressions Cookbook, but it doesn\'t seem to be working for me.