.NET WebBrowser Control
The following code is used to achieve the above:
...
Saturday, 6 July 2013
Zip and Extract files in .NET
12:02
No comments
You must reference the assembly in your project-- System.IO.Compression.FileSystem using System;using System.IO;using System.IO.Compression;namespace ConsoleApplication{ class Program { static void Main(string[] args) { string startPath = @"c:\example\start"; string zipPath = @"c:\example\result.zip"; ...
Subscribe to:
Posts (Atom)