I want to create a program that , when executed, will compress a selected folder.
Can it be done?
Thanks, Oded
I want to create a program that , when executed, will compress a selected folder.
Can it be done?
Thanks, Oded
In C++ probably the best option is to go to the Boost library. You can find it here.
If you don't want to use boost, there's also zlib, along with minizip, which is a wrapper around zlib for managing zip files.