Monday, May 25, 2009

Unzip file to a folder using C# code and asp.net

The ZIP file format is a data compression and archival format. A ZIP file contains one or more files that have been compressed, to reduce their file size, or stored as-is. A number of compression algorithms are permitted in zip files but as of 2008 only DEFLATE is widely used and supported.

ZIP files generally use the file extensions ".zip" or ".ZIP" and the MIME media type application/zip. Some software uses the ZIP file format as a wrapper for a large number of small items in a specific structure. Generally when this is done a different file extension is used. Examples of this usage are Java JAR files, Python .egg files, etc. But in windows C# programming we usually use only zip extension to compress and extract many files inside a folder.


http://www.worldofasp.net/tut/UnzipPath/Unzip_file_to_a_folder_using_Csharp_code_and_aspnet_241.aspx

No comments:

Post a Comment