ZipEngine WriteStream
BlitzMax Forums/BlitzMax Programming/ZipEngine WriteStream
| ||
| I want my save files to be zipped but I want to write them straight to a zip file rather than saving to disk and zipping it. Is it possible to create a stream in memory and write it directly to a zip using ZipEngine? An example would be much appreciated. :) |
| ||
| Hi! GMan's Zip module should be all you need. You can grab it here: http://www.gprogs.com/viewtopic.php?id=28 Look inside the zipdemo.bmx example... "addstream" command. Grisu |
| ||
| Cool. Got it. :) |