|
Hi
Thanks for the reply, I was preferring a zip file, but could use another format if it was easy to achieve and not too obscure. I am wanting to zip up a bunch of text files into 1 zip file. I am aware I could use pkzip.exe and call it via os.execute(), but that seemed a bit of a clunky solution. Also I am running this from Lua embedded within a Windows App and os.execute() opens a Dos command window which looks a bit ugly. I was hoping to avoid that solution Geoff Date: Thu, 21 May 2015 15:24:22 -0700 From: brighamtoskin@gmail.com To: lua-l@lists.lua.org Subject: Re: Zip Library To clarify, do you need it to support specifically the .ZIP format, or will any reasonable compression library work? Are you compressing a single file or a bunch of things? On Thu, May 21, 2015 at 2:52 PM, Dmitry V. Zaitsev <hhrhhr@gmail.com> wrote:
Brigham Toskin
|