how to zip a folder with glbasic ?
any hints ?
In which way?. Do you mean zip a folder from within a GLB program.
Lee
Sent from my HTC Wildfire using Tapatalk 2
Easiest way would be to run a command line version of 7zip.
ill prefere the glb version because not all user have 7zip.
Any command line Zip will do, there are plenty with licensing that allow this, just include it with your app. An alternative would be to import the Zip DLL and then link it it, a lot more time consuming unfortunately.