revZip Question

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: Klaus, FourthWorld, heatherlaine, kevinmiller, robinmiller

Post Reply
reelstuff
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 254
Joined: Mon Apr 16, 2007 12:06 am
Contact:

revZip Question

Post by reelstuff »

I was looking at a solution to a problem I am working on and I was thinking that revZip might do it, but I wonder if the library is capable of this type of functionality.

here is the overview,

I want to zip a file and add a password to the archive.

then I would use revZipOpenArchive and begin to process that data, I am wondering if there is a way to allow the revZipOpenArchive to open the password protected zip file, I am thinking yes, as long as revZipOpenArchive knows where the password is stored and how to submit it before opening the archive.

also I am wondering if there is a limit to the amount of data that revZipExtractItemToVariable can render or process,

any thoughts or suggestions would be great, thanks

Tim
Klaus
Posts: 14325
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Post by Klaus »

Hi reelstuff,

there is no hint in the docs that "revzip" supports password protected archieves!

And I guess the limit for extracting to a variable is available RAM (as always) :-)


Best

Klaus
reelstuff
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 254
Joined: Mon Apr 16, 2007 12:06 am
Contact:

Post by reelstuff »

Thanks, that is what I expected, will have to put my thinking cap on.
Post Reply