Package: gio

Function gio:resource-enumerate-children

Lambda List

gio:resource-enumerate-children (resource path &optional lookup)

Arguments

resource -- a g:resource instance
path -- a string for a pathname inside the resource
lookup -- an optional g:resource-lookup-flags value, the default value is :none

Return Value

The list of strings.

Details

Returns all the names of children at the specified path in the resource. The return result is a list of strings. The lookup argument controls the behaviour of the lookup.
 

See also

2025-05-01