i need to loop through every file inside a zip folder and do some modification when needed, but without extracting the files out from the zip folder, it is impossible to loop thru the files right?
if after extracting the files out from the zip foler, and do some modification on the files, i want to replace the zip folder files with current modified files,whats the best way? is there a way to kill all the files inside the zip folder, to be replaced by the new ones?
