Results 1 to 5 of 5

Thread: No API Ini Reader Update

Threaded View

  1. #1

    Thread Starter
    Fanatic Member BenJones's Avatar
    Join Date
    Mar 2010
    Location
    Wales UK
    Posts
    814

    No API Ini Reader Update

    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
    Attached Files Attached Files
    Last edited by BenJones; Apr 6th, 2010 at 01:02 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width