zerkman / zzlib

zip/zlib-compressed file depacking library in Lua
Do What The F*ck You Want To Public License
87 stars 21 forks source link

Added two new functions: zipfilenames() and zipfilesnum(). #13

Closed sbrbot closed 3 years ago

sbrbot commented 3 years ago

I added two new functions:

zerkman commented 3 years ago

I am not sure where my previous comment went, if it was deleted, but somewhere is (was?) a reply telling you that I cannot accept such a pull request with version changes, reverts, many useless changes in the code etc. I wanted a clean history of the changes you made, with nothing else. I am closing this PR since I just pushed a new commit adding a zzlib.files() iterator function that allows to iterate over the files in a much more Lua-stylish way.