foreach(entry in zip) { println(entry.path) }
Zip(string path) |
entries() | returns the number of entries in this zip file |
entry(string path) | returns the entry at the given path |
Returns the number of entries in this zip file
Returns the entry at the given path