- Index
- »
- io
- »
- func:ioZipDir
def
func:ioZipDir
ioZipDir(handle)
Read a zip file's entry listing, return a grid with cols:
path
: path of entry inside zip as Urisize
: size of file in bytes or nullmod
: modified timestamp or null if unknown
The handle must reference a zip file in the file system. Use ioZipEntry()
to perform a read operation on one of the entries in the zip file.
Example:
ioZipDir(`io/batch.zip`)