GetProfileSections()
Gets all the sections of an initialization file. An initialization file, as a struct whose format is as follows:
- Each initialization file section name is a key in the struct
- Each list of entries in a section of an initialization file is a value in the struct
GetProfileSections( iniFile=string );
Returns: Struct
Examples
There are currently no examples for this function.
See also
- File handling
- GetProfileString()
- SetProfileString()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)