Skip to main content

zip.list

Get list of file paths contained in an archive.

local entries, err = zip.list(sourceZip)

Parameters

  • sourceZip is the zip file which has to be extracted

Return Value

A new table containing the path of files contained in the archive, following with error string.

Availability

Premake 5.0.0 or later.