Gets all the sections of an initialization file.
An initialization file assigns values to configuration variables, also known as entries, that are set when the system boots, the operating system comes up, or an application starts. An initialization file has the suffix INI; for example, boot.ini, Win32.ini.
An initialization file, as a structure whose format is as follows:
If there is no value, returns an empty string.
GetProfileSections(iniFile
)
GetProfileString, SetProfileString
ColdFusion MX: Added this function.
Parameter |
Description |
---|---|
iniFile |
Absolute path (drive, directory, filename, extension) of initialization file; for example, C:\boot.ini |