NextPackEntry()

Syntax

Result = NextPackEntry(#Pack)
Description
Go to the next entry in the pack file. ExaminePack() has to be called before calling this command. To get more information about the current entry, use PackEntrySize(), PackEntryType() and PackEntryName(). To uncompress the current entry, use UncompressPackMemory() or UncompressPackFile().

Parameters

#Pack The pack to use.

Return value

Nonzero if the pack contain another entry, zero otherwise.

See Also

OpenPack(), PackEntrySize(), PackEntryType(), PackEntryName(), UncompressPackMemory(), UncompressPackFile()

Supported OS

All

<- ExaminePack() - Packer Index - OpenPack() ->