e-CryptIt Engine - Compression Xojo Plugin

ZipArchive.EntryAt Method

Returns a entry with full details in the Zip Archive at a given index.

EntryAt(
   index as UInt32) as ZipEntry

Parameters

index
Index of the entry. First entry is number zero.

Returns

ZipEntry

Remarks

Nil is returned if there was a error.

The LastError property can return a hint what the error was.

See Also

ZipArchive Class