listChildren

fnvoid listChildren(const ArchiveHandle h, string path, scope void delegate(string parent, ListEntry entry) @safe cb) @safe

Lists children of a given path inside the archive, invoking the callback.

Parameters

harchive handle
pathparent path (e.g., "/" or "sub"). Empty/null means root
cbdelegate receiving (parentPath, entry)