.zip

How to list the contents of a .zip folder in c#?

How to list the contents of a zipped folder in C#? For example how to know how many items are contained within a zipped folder, and what is their name? ...

How to download and unpack .ZIP folder using Adobe Air?

How to download and unpack .ZIP folder using Adobe Air? So I have http link onto that zip file example.com/zip.zip I need a function to download it onto users hard drive and unpack it into some folder on filesystem. How to do such thing? (code example, please) ...