This is an example class i made of showing how to read information form an INI file without using any api calls, this maybe usfull for people that want to learn about working with strings
features include:
GetSelections will return all the selections as a collection
GetKeyNames will return all the keys in a selection to a collection
ReadString will return a key from a selection
ToString will return the whole ini file as one string
SaveFile saves the ini file
Like to thank LaVolpe for helping me out with this code. and giveing suggestions
Last edited by BenJones; Apr 6th, 2010 at 01:02 PM.