drom Posted April 19, 2007 Posted April 19, 2007 hi, this is my problem: i have a zip file in System.IO.Stream How do I show zip entries and extract file(files) in another System.IO.Stream without save zip file on disk? Quote
Administrators PlausiblyDamp Posted April 19, 2007 Administrators Posted April 19, 2007 http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx is probably the easiest option - it's a free zip library that provides methods for things like extracting files / listing files in a zip etc. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.