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) → returns struct

Argument Reference

inifile string
Required

Examples
Sample code invoking the getProfileSections function


Fork me on GitHub