ReadTarFileFromStream (open)
Reads the contents of a tar file from a file stream
Syntax
LOADLIB "wh::filetypes/archiving.whlib";
RECORD ARRAY FUNCTION ReadTarFileFromStream(INTEGER tarstream)Parameters
INTEGER tarstreamTar file stream
Return value
RECORD ARRAYList of entries in the tar-file
BLOB dataData (only for files)
DATETIME modtimeModification date
STRING nameName of the entry
INTEGER typeType (1: directory, 2: file)