enumerate_children


Description:

public string[] enumerate_children (string path, ResourceLookupFlags lookup_flags) throws Error

Returns all the names of children at the specified path in the resource.

The return result is a null terminated list of strings which should be released with strfreev.

lookup_flags controls the behaviour of the lookup.

Parameters:

this

A Resource

path

A pathname inside the resource

lookup_flags

A ResourceLookupFlags

Returns:

an array of constant strings