listChildren
fn
void listChildren(const ArchiveHandle h, string path, scope void delegate(string parent, ListEntry entry) @safe cb) @safeLists children of a given path inside the archive, invoking the callback.
Parameters
h | archive handle |
path | parent path (e.g., "/" or "sub"). Empty/null means root |
cb | delegate receiving (parentPath, entry) |