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

Index, Functions