Load files from outside Zip with ZVFS

Q&A's, tips, howto's
Locked
HPW
Posts: 1390
Joined: Thu Sep 26, 2002 9:15 am
Location: Germany
Contact:

Load files from outside Zip with ZVFS

Post by HPW »

After learning about the new possibilitys I try this:

(tk "zvfs::mount Dba.zip /myDba")
(tk "zvfs::exists /myDba/test.txt")
(tk "zvfs::info /myDba/test.txt")
(tk "zvfs::filecopy /myDba/test.txt C:/temp/test1.txt")
(tk "zvfs::unmount Dba.zip")

It is case-sensitive, so be carefull.
Zip with password is not supported.
Renaming Zip-Extensions is no problem.

So when the wrapped EXE should not increase in size, we can make container-files for holding all sort of files.
Hans-Peter

Locked