Zip A Folder

BlitzMax Forums/BlitzMax Programming/Zip A Folder

wmaass(Posted 2009) [#1]
I need to zip up a folder. I checked out zipengine 2.0 but didn't see a way to do this. I guess I could figure out a way to get the contents of the folder and then add each file manually. Any other ideas?


wmaass(Posted 2009) [#2]
Got it going with ReadDir, NextFile etc.