简体   繁体   中英

Any native ZIP/Packaging for .NET3.5

I am looking for Zip/Unzip operation in my .NET application. I can see plenty of third party implementations, But is there one part of .NET framework?

Or let me tell you what exactly I am looking for. I may just need to package a folder and need to give a particular extension to it.

The J# library (no longer supported) includes zip/unzip routines. Be careful with gzip as it is a single-file compression stream and has no concept of files or directories. Some folks have reported (limited) success with the cabarc tools but they're not .NET.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM