Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Zip And Unzip files and folders

I need to zip and unzip the directory hirarchy in Windows Mobile using C++/C#. What is the simplest library available for it?

I have googled many times. I found some stuff, but I am not able to go ahead with it.

If you have implemented or if you know some stuff about it please let me know.

like image 586
Naruto Avatar asked Jan 24 '23 00:01

Naruto


1 Answers

For .NET, SharpZipLib.

See also: Zip library options for the Compact Framework?

like image 177
Mitch Wheat Avatar answered Jan 29 '23 10:01

Mitch Wheat