Home > Software engineering >  How to compress files and folders, similar to the function, such as WinRAR
How to compress files and folders, similar to the function, such as WinRAR

Time:11-21

As title, if the selected files and folders compressed into a file, like WinRAR functions,

CodePudding user response:

1. Own a zip
2. The use of the existing open source library zlib compression gzip, I think this is easy to implement,

CodePudding user response:

7 z SDK look at https://www.cnblogs.com/davad/p/3578628.html

CodePudding user response:

Open source zip
http://infozip.sourceforge.net/

CodePudding user response:

There are various ready-made library can be used

CodePudding user response:

You can directly call 7 z, 7 z open source

CodePudding user response:

Open source online related compression

CodePudding user response:

It is best to have an open source software, like winrar SDK only compression decompression interface, I need to have a complete set of,
  • Related