Page 1 of 1

Working with ZIP files

Posted: March 19th, 2012, 10:00 pm
by explorer
Hey guys.

I'm looking for a way to work with ZIP files in ExtendScript. Actually I could go with anything
that can hold multiple files along with the folder structure in one single file. It doesn't
need to be compressed at all. I just thought ZIP's would be nice since they've
been around for a long time and they are pretty easy to make by hand.

What I need is to be able to read the content and extract it if needed.
This is the closest thing I could find:
http://blog.another-d-mention.ro/progra ... avascript/
But I just can't make it work - not to mention running it in ExtendScript.
Of course the bit with jQuery is not important.

Any ideas?