e-CryptIt Engine - Compression Xojo Plugin

ZipArchive.EntryIsDirectory Method

Returns true if a entry in the Zip Archive at a given index is a directory, else false.

EntryIsDirectory(
   index as UInt32) as Boolean

Parameters

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

Returns

Boolean
True if the entry is a directory, else false.

Remarks

This function is faster to use than to fetch the whole entry if not needing full details.

See Also

ZipArchive Class