• 大小: 13.46M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: IP  解压  d  demo  ZIP  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace Zip操作
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            string ZipPath = Application.StartupPath+ “\\frame.zip“;
            string FilePath = Application.StartupPath + “\\frame“;
            if(ZipOpen(ZipPath FilePathtrue))
            {
                File.Delete(ZipPath);
            }
        }

        private bool ZipOpen(string zipPath string filePath bool v)
        {
            

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-09-19 16:37  Zip操作\
     目录           0  2017-09-19 16:37  Zip操作\.vs\
     目录           0  2017-09-19 16:37  Zip操作\.vs\Zip操作\
     目录           0  2017-09-19 16:37  Zip操作\.vs\Zip操作\v15\
     文件       38912  2017-09-19 16:40  Zip操作\.vs\Zip操作\v15\.suo
     目录           0  2017-09-19 16:40  Zip操作\Zip操作\
     文件        2030  2017-09-19 16:40  Zip操作\Zip操作\Form1.Designer.cs
     文件        1046  2017-09-19 16:40  Zip操作\Zip操作\Form1.cs
     文件        5817  2017-09-19 16:40  Zip操作\Zip操作\Form1.resx
     文件         490  2017-07-16 21:00  Zip操作\Zip操作\Program.cs
     目录           0  2017-09-19 16:37  Zip操作\Zip操作\Properties\
     文件        1316  2017-07-16 21:00  Zip操作\Zip操作\Properties\AssemblyInfo.cs
     文件        2831  2017-07-16 21:00  Zip操作\Zip操作\Properties\Resources.Designer.cs
     文件        5612  2017-07-16 21:00  Zip操作\Zip操作\Properties\Resources.resx
     文件        1096  2017-07-16 21:00  Zip操作\Zip操作\Properties\Settings.Designer.cs
     文件         249  2017-07-16 21:00  Zip操作\Zip操作\Properties\Settings.settings
     文件        9308  2017-07-16 21:14  Zip操作\Zip操作\ZipHelper.cs
     文件        3669  2017-07-16 21:14  Zip操作\Zip操作\Zip操作.csproj
     目录           0  2017-09-19 16:37  Zip操作\Zip操作\bin\
     目录           0  2017-09-19 16:37  Zip操作\Zip操作\bin\Debug\
     文件      200704  2014-06-25 15:38  Zip操作\Zip操作\bin\Debug\ICSharpCode.SharpZipLib.dll
     文件       11264  2017-07-16 21:20  Zip操作\Zip操作\bin\Debug\Zip操作.exe
     文件       26112  2017-07-16 21:20  Zip操作\Zip操作\bin\Debug\Zip操作.pdb
     目录           0  2017-09-19 16:37  Zip操作\Zip操作\bin\Debug\frame\
     目录           0  2017-09-19 16:37  Zip操作\Zip操作\bin\Debug\frame\hxframe\
     文件     6086216  2017-07-16 21:20  Zip操作\Zip操作\bin\Debug\frame\hxframe\MDAC_TYP.EXE
     文件     4995416  2017-07-16 21:20  Zip操作\Zip操作\bin\Debug\frame\hxframe\vcredist_x86.exe
     目录           0  2017-09-19 16:37  Zip操作\Zip操作\bin\Debug\frame\hxsys\
     目录           0  2017-09-19 16:37  Zip操作\Zip操作\bin\Debug\frame\hxsys\AisinoCSP\
     文件      131072  2017-07-16 21:20  Zip操作\Zip操作\bin\Debug\frame\hxsys\AisinoCSP\ServiceIoApi.exe
     文件      639025  2017-07-16 21:20  Zip操作\Zip操作\bin\Debug\frame\hxsys\AisinoCSP\wtautoreg.exe
............此处省略41个文件信息

评论

共有 条评论