Re: Add file to a Zip file.
Posted By:
narender_reddy
Posted On:
Tuesday, June 8, 2004 04:24 AM
there is no such provision directly as such.But definitely there are so many ways,for eg,
like you can unzip the files into a folder which should be
created dynamically. copy new file to that and rezip
it.the folder has to be deleted after.
-or else
get the entries simataneousely from one zip and put that into new zip file,finally you add new file .delete old one .... likewise..many