Zip List Entries
List the contents of a ZIP file
SDK Method
file.ZipListContents()
Return Object
ZipListEntry
Authorization Requirement
Available to all authenticated keys or sessions.
FileZipListContentsParams Fields
| Field | Description |
|---|---|
| Path string Required | Path to operate on. |
The ZipListEntry Object
Some of the methods above return a ZipListEntry object. The attributes of this object are listed below.
| Attribute | Description |
|---|---|
| Path string | Entry path inside the ZIP. This must be slash-delimited, but it must neither start nor end with a slash. Maximum of 5000 characters. |
| Size int64 | Uncompressed size in bytes. |