kuba-- / zip

A portable, simple zip library written in C
MIT License
1.39k stars 272 forks source link

Remove zip entries by index. #319

Closed SomeGuyDoinWork closed 9 months ago

SomeGuyDoinWork commented 10 months ago

Would it be possible to add support to remove a zip entry via the index?

Thanks.

kuba-- commented 10 months ago

I can add to the list.

kuba-- commented 9 months ago

@SomeGuyDoinWork - I've just pushed a draft PR: https://github.com/kuba--/zip/pull/321 PTAL if it works for you.