name$ = zip.GetFileAtIndex(id, idx)
idx
in the zip archive specified by
id
. If the name returned by this function ends with a slash, it is a directory, otherwise
it is a file. See Zip archive basics for details.
To find out the number of files in a zip archive, you can query #ZIPATTRNUMENTRIES
with
Hollywood's GetAttribute()
function. See zip.GetObjectType for details.