ZIP plugin OpenArchive on VirtualFile
Posted: Wed Dec 20, 2023 11:47 pm
Trying to create a new zip archive in a virtual file (OS4). I did not succed.
Error opening zip archive Archive.zip!
The docs does not say any limitation about this.
Bug or misuse?
Code: Select all
@REQUIRE "zip"
virtfile$ = DefineVirtualFileFromString("","Archive.zip",True)
id = zip.OpenArchive(Nil, virtfile$, #MODE_WRITE) The docs does not say any limitation about this.
Bug or misuse?