GLBasic forum

Main forum => GLBasic - en => Topic started by: Marmor on 2013-May-26

Title: zip a folder ?
Post by: Marmor on 2013-May-26
how to zip a folder with glbasic ?
any hints ?
Title: Re: zip a folder ?
Post by: fuzzy70 on 2013-May-26
In which way?. Do you mean zip a folder from within a GLB program.

Lee

Sent from my HTC Wildfire using Tapatalk 2

Title: Re: zip a folder ?
Post by: bigsofty on 2013-May-26
Easiest way would be to run a command line version of 7zip.
Title: Re: zip a folder ?
Post by: Marmor on 2013-May-26
ill prefere the glb version because not all user have 7zip.
Title: Re: zip a folder ?
Post by: bigsofty on 2013-May-26
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.