CodeBase - Reading INI file data

Return to the CodeBase listing

Category: File

Version: 1.0

0
0

Information

Uploaded: 15th Feb 2005 19:25

Modified: 1st Jan 1970 01:00

Author:  Ade

Summary

GetIniValue, GetIniString, GetAppIniFile

Full Description

Support reading in of structured configuration data from an .ini file complete with [Sections] and Key=value entries:<br /> <br /> GetAppIniFile - if app is called demo.exe will return demo.ini<br /> <br /> GetIniValue - get the numeric value of the required key from a given section - if not exists then the specified default value is returned<br /> <br /> GetIniString - get the text of the required key from a given section - if not exists then the specified default value is returned

Comments

No comments yet.