在2个zip之间移动数据并将其放入1个zip中 [英] Moving data between 2 zips and putting them into 1 zip

查看:113
本文介绍了在2个zip之间移动数据并将其放入1个zip中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,我正在为游戏制作安装程序/卸载程序
我需要将名称数据从1个zip移到另一个zip(名称文件)
当找到从Zip1到Zip3的文件时,它将在那删除它们
当Zip2检测到Zip3的已删除文件时,它将检查他是否有一些文件并将其提取到Zip1中.

示例:
邮编1 =
op.class
mod_op.class

邮编2 =
op.class
od.class
* .class

邮编3 =
op.class
mod_op.class
* .class

从Zip1中检测文件,然后在Zip3中将其删除.
从Zip2中检测到已删除的文件,如果Zip2中有一些文件,则将其提取到Zip3中.

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

推荐答案

我在ZIP编程中回答了您的下一个问题.请参阅:
在两个文件夹之间进行比较 [
I answered on ZIP programming in reply to your next question. Please see:
Compare between two folders[^].

—SA


这篇关于在2个zip之间移动数据并将其放入1个zip中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆