PackEntryType()
Syntax
Result = PackEntryType(#Pack)Description
Returns the type of the current entry, set with NextPackEntry().
Parameters
#Pack The pack to use.
Return value
Returns one of the following values:#PB_Packer_File : the current entry is a file #PB_Packer_Directory: the current entry is a directory
See Also
OpenPack(), NextPackEntry(), PackEntrySize(), PackEntryName()
Supported OS
All