def

func:ioZipDir

ioZipDir(handle)

Read a zip file's entry listing, return a grid with cols:

  • path: path of entry inside zip as Uri
  • size: size of file in bytes or null
  • mod: 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`)

meta

supertypes

feature

Feature namespace of definitions formatted as feature:name

    func

Axon function