- Index
- »
- io
- »
- func:ioZipEntry
def
func:ioZipEntry
ioZipEntry(handle, path)
Return a I/O handle which may be used to read from a zip entry within a zip file. The handle
parameter must be an I/O handle which references a zip file in the file system. The path
parameter must be a Uri which identifies the path of the entry within the zip file. See ioZipDir()
to read the listing of paths within a zip.
Example:
// read CSV file from within a zip ioZipEntry(`io/batch.zip`, `/zone-temp.csv`).ioReadCsv