Hi everyone, for a packaging script I need to create Zip-files where the "internal file attribute" field is set properly for each member. This field tells if the file the member is a binary file or not. By now, it is not important if I specify the value by hand or if it's guessed automatically.
The corresponding chapter in the specification is 4.4.14: http://www.pkware.com/documents/casestudies/APPNOTE.TXT The Node.js documentation for zlib mentions constants for this which should set "data_field", but I could not figure out how to do this: http://nodejs.org/api/zlib.html#zlib_constants Just to be clear: Any Node.js package would be fine for me, it doesn't have to be zlib. It is only important that it is possible to create *.zip-files with the internal attribute field set. Thanks for your help! Best regards, Marcus -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
