-
Notifications
You must be signed in to change notification settings - Fork 375
ZipFile
cthackers edited this page Feb 28, 2012
·
1 revision
Returns an array of ZipEntry objects existent in the current opened archive
Getter/Setter for archive comment
Returns a reference to the entry with the given entryName
or null if entry is inexistent
Adds the given entry to the entry
list
Removes the entry with the given entryName
from the entry list. If the entry is a directory, then all nested files and directories will be removed
Iterates and returns all nested files and directories of the given entry
Returns the zip file as a Buffer