rubenv / zipper

Insanely simple zipfile creator for node.js.
http://savanne.be/445-zipper-an-insanely-simple-zipfile-creator-for-node-js
Other
33 stars 6 forks source link

Docs are confusing! #3

Open ghost opened 12 years ago

ghost commented 12 years ago

zipfile.addFile('myfile.txt', '/path/to/myfile.txt', function (err) {

It seems that '/path/to/myfile.txt' is the path to the file and not the path it is saved in in the Zip!

rubenv commented 12 years ago

Should probably clarify that.