Chapter 24. conflib
Table of Contents
This library is the configuration management library. It is used for storing and retrieving configuration information from various formats. Currently the INI file format is supported, with functions for reading and writing values to the file. These are cross-platform, not specific to the Windows platform.
getallprofilestrings()
Description
Prototype
getallprofilestrings
(
string
,
string sSection
,
string sInifile
,
string sEOLchar
)
sInifilecontent
Parameters
Parameter | Default value | Type name | Description |
---|---|---|---|
sSection | None | string | |
sInifile | None | string | |
sEOLchar | None | string | |
sInifilecontent | None | string |