Ticket #2172 (new bug)
Archive.Zip : missing convenient method to unpack archive
Reported by: | Eclesia | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | library | Version: | 3.6.0 |
Severity: | medium | Keywords: | zip |
Cc: | Language: | ||
Patch status: | Platform: |
Description
The Archive.Zip pmc provides method to create an archive but does not offer function to unpack an existing zip file.
available functions should look like :
String[] listFiles(String archivePath)
provide a quick view of what contains the archive.
extract(String archivePath, String outputDirectory, Optional String[] filesToExtract, Hash hints)
hints are generaly here to offer the possibility to extra only a few files.
Change History
Note: See
TracTickets for help on using
tickets.