e-CryptIt Engine - Compression Xojo Plugin |
|
ZipArchive.EntryName Method
Gets name of a entry in the Zip Archive at a given index.

EntryName(
index
as UInt32)
as String
Parameters
- index
- Index of the entry. First entry is number zero.
Returns
- String
- The name of the entry or empty string if there was a error.
Use the LastError property to see what error it was.
Remarks
This function is faster to use than to fetch the whole entry if not needing full details.
See Also
ZipArchive Class