Load files from outside Zip with ZVFS

Started by HPW, October 17, 2003, 12:08:55 AM

Previous topic - Next topic

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