IceAzul Posted January 30, 2007 Posted January 30, 2007 I am aware of Sharp Zip utility, but does anyone know how to create a zip file using the Compressed Folder utility that Windows uses? Quote
*Experts* Nerseus Posted January 30, 2007 *Experts* Posted January 30, 2007 I've never tried it, but codeproject has two resources that explain how to hook into the COM library to do this. It looks fairly straightforward. I know it would be better to post code here, but I'd be ripping off the author's work and don't have time to research myself. Hopefully this will help: How to Unzip files using built in shell: http://www.codeproject.com/csharp/decompresswinshellapics.asp How to zip files using built in shell: http://www.codeproject.com/csharp/compresswithwinshellapics.asp -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Nate Bross Posted January 30, 2007 Posted January 30, 2007 http://msdn.microsoft.com/msdnmag/issues/03/06/ZipCompression/ might be worth a Peek() Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
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.