Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate

INIFile.DLL [Dll]


  • Please log in to reply
1 reply to this topic
BoBo³
  • Guests
  • Last active:
  • Joined: --

INIFile.DLL is a COM DLL providing easy access to INI files. The DLL encapsulates the Win32 API functions 'GetPrivateProfileString', 'WritePrivateProfileString', 'GetPrivateProfileSection' and 'WritePrivateProfileSection' allowing values and even whole sections to be read and written. The library also provides some functionality not directly supported by the API - such as the deletion. In addition, the various Sections and Keys within the INI file are represented by collections of objects, allowing for easy iteration through the data. Various 'helper' functions are also provided, allowing common tasks to be performed with a single method call. In addition, the library includes functions to encode binary data, such as byte-arrays, using only alpha-numeric characters that may be safely written to an INI file key.

I guess 99,99% of its functionality is already available in AutoHotkey - or has been already provided as an UDF. So it's just for the records.

8)

BoBo³
  • Guests
  • Last active:
  • Joined: --
:arrow: [More..] :wink: