PackEntrySize()
Syntax
Result = PackEntrySize(#Pack [, Mode])Description
Returns the size of the current entry, set with NextPackEntry().
Parameters
#Pack The pack to use. Mode (optional) The size type to get. It can be one of the following values: #PB_Packer_UncompressedSize: returns the uncompressed size of the entry (default). #PB_Packer_CompressedSize : returns the compressed size of the entry. This is only supported for BriefLZ archives.
Return value
Returns the size of the current entry.
See Also
OpenPack(), NextPackEntry(), PackEntryType(), PackEntryName()
Supported OS
All