Try this code with the zip file:
https://www.dropbox.com/s/z4styarwva4xqfa/test.zip?dl=0Code:
UseZipPacker()
ZIP = OpenPack(#PB_Any, "test.zip", #PB_PackerPlugin_Zip)
If ZIP
If ExaminePack(ZIP)
While NextPackEntry(ZIP)
Debug PackEntryName(ZIP)
Wend
EndIf
ClosePack(ZIP)
EndIf
I expect:
Quote:
META-INF/container.xml
Thumbnails/thumbnail.png
3_319_1_Du weißt den Weg.mscx
I get:
Quote:
META-INF/container.xml
Edit: I use Mac OS, wrong bug forum
// Moved from "Bugs - Windows" to "Bugs - Mac OSX" (By the way, Lebostein, you could have done that yourself.)