资源简介

解压缩/压缩文件和文件夹 示例源码下载

资源截图

代码片段和文件信息

using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;

public partial class _Default : System.Web.UI.Page 
{
    protected void Page_Load(object sender EventArgs e)
    {

    }
    protected void btZipDictory_Click(object sender EventArgs e)
    {
        string[] FilePathS = new string[2];
        FilePathS[0] = TextBox1.Text.Trim();  //待压缩的文件目录
        FilePathS[1] = TextBox2.Text.Trim();  //生成的目标文件        
        ZipClass.ZipFileDictory(FilePathS);
    }
    protected void btUnZipDictory_Click(object sender EventArgs e)
    {
        string[] FilePathS = new string[2];
        

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1642  2006-12-19 20:08  ZIP\Default.aspx.cs

     文件       3291  2006-12-19 20:11  ZIP\Default.aspx

     文件       1546  2006-12-17 11:30  ZIP\Web.Config

     文件     118784  2004-04-15 21:47  ZIP\Bin\ICSharpCode.SharpZipLib.dll

     文件        196  2006-12-17 10:48  ZIP\Bin\ICSharpCode.SharpZipLib.dll.refresh

     目录          0  2006-12-19 22:16  ZIP\Bin

     文件       5603  2006-12-19 20:42  ZIP\App_Code\ZipClass.cs

     目录          0  2006-12-19 22:16  ZIP\App_Code

     目录          0  2006-12-19 22:16  ZIP\App_Data

    ..A.SH.     12288  2006-12-21 18:51  ZIP\Thumbs.db

     目录          0  2006-12-19 22:16  ZIP

----------- ---------  ---------- -----  ----

               143350                    11


评论

共有 条评论