• 大小: 1.80KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  压缩  解压  文件  

资源简介


资源截图

代码片段和文件信息

using System;
using ICSharpCode.SharpZipLib.Zip;
using ICSharpCode.SharpZipLib.Checksums;
using System.IO;
using System.Windows.Forms;


namespace ProgramUpdate 
{
    ///    
    /// 适用与ZIP压缩   
    /// 
   
    public class ZipHelper
    {
        #region 压缩

        ///    
        /// 递归压缩文件夹的内部方法   
        /// 
   
        /// 要压缩的文件夹路径   
        /// 压缩输出流   
        /// 此文件夹的上级文件夹   
        ///    
        public static bool ZipDirectory(string folderToZip ZipOutputStream zipStream string parentFolderName)
        {
            bool result = true;
            string[] folders files;
           

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

     文件      11083  2019-05-24 21:00  ZipHelper.cs

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

                11083                    1


评论

共有 条评论