Created by our partner:
http://www.winsoft.se/

INI-Reader

( )
3 Votes

The IniReader-class is a class designed to assist in reading of Ini-files.

Download Donate License

Be the first to leve a comment or ask a question about the code!

Here is an example how to use it:

The interface:

  • GetKeys(ByVal Section As String) As Collection
    Returns a collection of all the keys in a section as strings.
  • GetSections() As Collection
    Returns a collection of all the sections in the ini-file as strings.
  • GetValue(ByVal Section As String, ByVal Key As String) As String
    Returns the value of a key in a section.
  • Initialize(ByVal Filename As String) as Boolean
    Loads an ini-file. Must be called before use of the object. Returns True on success.
  • KeyExists(ByVal Section As String, ByVal Key As String) As Boolean
    Returns True if a key exists in a section.

Do you want your organization to take off
or are you happy as long as it doesn't drop?
With participation and motivated staff you organization can get airborne!

Last update Tuesday, August 07, 2007
Copyright © 2006 Datomatic. All rights reserved

Powered by umbraco