Open compressed files

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By GuilhermeA

How do I access a file within a compressed file? For example get img_1.png of images.zip

:bust_in_silhouette: Reply From: Bernard Cloutier

Thank you very much, I had already seen about gdunzip, but I never tested it, it worked perfectly for my purpose

GuilhermeA | 2020-10-05 12:39

There’s an open pull request that implements ZIP reading and writing functionality in core: Create script API for reading and writing zip files by jameswestman · Pull Request #34444 · godotengine/godot · GitHub

Calinou | 2020-10-06 20:39