Creating a folder inside the ZIP file with System.IO.Packaging
Posted by: Al Pascual,
on 19 May 2009 |
View original | Bookmarked: 0 time(s)
Jon Galloway posted a great article how to zip files using .NET without any external library, after that many people were asking how to create a directory inside that zip file to organized the ZIP http://weblogs.asp.net/jgalloway/archive/2007/10/25/creating-zip-archives-in-net-without-an-external-library-like-sharpziplib.aspx?CommentPosted=true#commentmessage I added the code into the comments yet for easy copy and paste, please find the code below, now is a parameter for the method. private...