$config.sectionlist Returns a list of the sections in a config file |
Usage |
$config.sectionlist(<id>) |
Description |
Returns an array of sections present in the config file identified by <id>. <id> must be a valid config identifier returned by $config.open() |
See also |
config module documentation |