lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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