adm-zip icon indicating copy to clipboard operation
adm-zip copied to clipboard

addFile: is there a way to specify the zipPath ?

Open warpdesign opened this issue 8 years ago • 0 comments

From the API documentation, it seems there is a way to specify the zipPath when adding a file from the disk:

[void] addLocalFile(String localPath, String zipPath)

However, I don't see the zipPath argument when adding a file from buffer:

[void] addFile(String entryName, Buffer content, String comment, Number attr)

Is there a way to do so, if so, how ?

warpdesign avatar Feb 24 '17 11:02 warpdesign