C#zip the number of files in a compressed package according to the path

Source: Internet
Author: User

 /// <summary>        ///reads the number of files in this package based on the path of the compressed package/// </summary>        /// <param name= "Straimpath" ></param>        /// <returns></returns>        Private intFileinzipcount (stringStraimpath) {ZipEntry Zipentry_=NULL; FileStream Fsfile_=NULL; ZipFile Zipfile_=NULL; Try{Fsfile_=NewFileStream (Straimpath, FileMode.OpenOrCreate); Zipfile_=NewICSharpCode.SharpZipLib.Zip.ZipFile (Fsfile_); LongL_new =Zipfile_.                Count; INew=Convert.ToInt32 (l_new); returnINew; }            Catch(Exception ex) {Errorlog.writeerror (ex).                ToString ()); return 0; }            finally            {                if(Zipfile_! =NULL)                {                    if(Zipfile_.                    isupdating) zipfile_.commitupdate (); Zipfile_.                Close (); }                if(Fsfile_! =NULL) Fsfile_.                Close (); if(Zipentry_! =NULL) Zipentry_=NULL; }        }

C#zip the number of files in a compressed package according to the path

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.