Part of my program involves saving and loading settings from an INI file. The end users can edit the INI file from within the program. My question is: is there an easy way to ensure that my INI file is valid before the program saves the new file?
Share
I decided to write my own validation. I figured out and wrote parsing while waiting for this response, validation is simple enough.