PackEntryDate()
Syntax
Result.q = PackEntryDate(#Pack [, DateType])Description
Returns the file date of the current pack entry, set with NextPackEntry().
Parameters
#Pack The pack to use. DateType The type of the date to return. It can be one of the following values: #PB_Date_Created : returns the file creation date. #PB_Date_Accessed: returns the last file access date. #PB_Date_Modified: returns the last file modification date.
Return value
Returns the file date or -1 if no date is available.
See Also
OpenPack(), CatchPack(), NextPackEntry(), PackEntrySize(), PackEntryName(), PackEntryType()
Supported OS
All