[haXe] Making a .zip file

Asger Ottar Alstrup asger at area9.dk
Thu Aug 17 13:48:47 CEST 2006


Hi,

How do I make a .zip file using the haXe API?

I can see that I can make a zipped block using neko.zip.Compress.run(s :
String, compressionLevel : Int) : String, but how do I turn that into a full
zip-archive with filenames and so on?

I see that neko.zip.File.read( data : String) reads a full zip-file, but I
need the opposite of this - something like:

    neko.zip.File.write(List<{ filename: String, data : String }>);

Regards,
Asger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.motion-twin.com/pipermail/haxe/attachments/20060817/c2ef4a09/attachment.htm


More information about the Haxe mailing list