mickelson / attract

A graphical front-end for command line emulators that hides the underlying operating system and is intended to be controlled with a joystick or gamepad.
http://attractmode.org
GNU General Public License v3.0
393 stars 115 forks source link

zip_extract_file() and zip_get_dir() issues #587

Closed oomek closed 4 years ago

oomek commented 4 years ago

Is there any way to pass an url to zip_extract_file() function without it appending a local dir in front of it?

The zip_get_dir() function seems to have problems with archives. When I pass a directory as an argument the array gets populated with directory content, but when I pass a zip file the returned array is empty.

oomek commented 4 years ago

I see that libcurl is going to be needed for that like in the scrapper.