How to use integrated zip-compression?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
I heard on this forum that .NET 2.0 has an integrated capability to compress folders to zip file. How to use this and what is the syntax? Can you give me an example code? I would like to compress two folders "C:\temp" and "D:\foo" into a single zip-file that would be saved into "E:\zipfiles".
-
I heard on this forum that .NET 2.0 has an integrated capability to compress folders to zip file. How to use this and what is the syntax? Can you give me an example code? I would like to compress two folders "C:\temp" and "D:\foo" into a single zip-file that would be saved into "E:\zipfiles".
Take a look at the System.IO.Compression Namespace.
Trinity: Neo... nobody has ever done this before. Neo: That's why it's going to work.