Config.listKeys

Returns a list of all keys that exist under the given path. To free the returned value, you can use gda_config_free_list.

class Config
static
listKeys
(
string path
)

Parameters

path string

path for root dir.

Return Value

Type: ListG

a list containing all the key names.

Meta