[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: creating a zip file
- From: Ignacio Burgueño <ignaciob@...>
- Date: Tue, 26 May 2009 17:16:24 -0300
Marco Antonio Abreu wrote:
Hi,
I need to create a compacted file (zip, gzip, bzip or tar.gz) with some
files inside it from a Lua script on Windows. I look for LuaZip, but it
does not create zip files, only read them.
What is the best solution for my need?
lzlib might be what you need.
http://luaforge.net/projects/lzlib/
Look for README.lgzip inside the tarball. It holds the documentation for
the gzip module, which lets you read and write gzipped files.
Regards,
Ignacio Burgueño