Unzip

BlitzPlus Forums/BlitzPlus Programming/Unzip

EliteKen(Posted 2013) [#1]
Anyone know a code that will extract files from a zip folder?


Example:

Zip Folder: Data.zip

Contains File(s): File1.jpg, File2.jpg. File3.jpg


Program will extract these files from Data.zip and copy them into a new location.


Is this possible?


Addi(Posted 2013) [#2]
No there isn't any stantard code but there is a an API called BlitzZipApi
wich gives you the abillity to use zip files.

Homepage:
http://www.sodaware.net/dev/blitz/libs/blitz.zipapi/

Last edited 2013