PHP Classes

Opening & manipulating existing zip files

Recommend this page to a friend!

      Zip  >  All threads  >  Opening & manipulating existing zip...  >  (Un) Subscribe thread alerts  
Subject:Opening & manipulating existing zip...
Summary:Can an existing zip file be opened and manipulated
Messages:1
Author:Harvard Fobs
Date:2015-12-17 06:20:59
 

  1. Opening & manipulating existing zip...   Reply   Report abuse  
Picture of Harvard Fobs Harvard Fobs - 2015-12-17 06:20:59
I do not want to create a zip file from scratch, but require the ability to open an existing zip file and manipulate its contents i.e. locate existing files and either modify them or delete & re-add them. I was thinking something along the lines of ZipArchive's locateName & deleteIndex.

is this possible?

Thanks you,
Harv.