forked from cthackers/adm-zip
-
Notifications
You must be signed in to change notification settings - Fork 0
ZipFile
5saviahv edited this page Apr 15, 2021
·
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