id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
2172,Archive.Zip : missing convenient method to unpack archive,Eclesia,,"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.",bug,new,normal,,library,3.6.0,medium,,zip,,,,
