Click here to Skip to main content
15,918,211 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello, I'm making an installer/uninstaller for a game
I need to move name data from 1 zip to another zip(name file)
and when it will find the files from Zip1 to Zip3, it will delete them over there
When Zip2 detects Zip3's deleted files, it will check if he has some of the files and extract them into Zip1

Example:
Zip1 =
op.class
mod_op.class

Zip2 =
op.class
od.class
*.class

Zip3 =
op.class
mod_op.class
*.class

from Zip1, detect the files, then delete them in Zip3.
from Zip2, detect the deleted files and if Zip2 has some of them will extract to Zip3
Posted
Updated 25-Feb-12 4:47am
v3

1 solution

I answered on ZIP programming in reply to your next question. Please see:
Compare between two folders[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900