FrodeSolheim / python-lhafile

LHA archive support for Python
BSD 3-Clause "New" or "Revised" License
22 stars 7 forks source link

namelist() does not list directories #12

Open solarmon opened 2 years ago

solarmon commented 2 years ago

I assume this is the same lhafile project that is available at:

https://pypi.org/project/lhafile/

When namelist() is used it does not list the directories as an item. When namelist() is used in zipfile, it does list directories as an item. I assume the namelist() definition feature of lhafile and zipfile should be the same/equivalent?