因此,我的apache ant代码执行以下操作-下载名为“ test.zip”的zip并将apache ant将其解压缩到“ C:\ Documents \ files \”中。 “ test.zip”由1个名为“ cars”的文件夹组成,再次使用apache ant将“ C:\ Documents \ files \”文件夹的内容压缩为名为“ output.zip”的zip-该zip有1个文件夹“汽车”中的文件来自“ C:\ Documents \ files \”。
现在,我看到“ test.zip”结构已更改,它是-“ \ stuff \ info \”,并且在“ info”文件夹中,所有文件与“ cars”文件夹中的文件完全相同。我再次在“ C:\ Documents \ files \”中提取文件,我的目标是从提取的目录“ C:\ Documents \ files \ stuff \ info \”中获取所有文件,并将它们放入再次称为zip的文件中“ output.zip”具有1个名为“ cars”的文件夹,并且其中包含来自 “ C:\ Documents \ files \ stuff \ info \”。是否可以通过编辑当前的apache ant代码而不创建新文件夹切割文件然后压缩它们来保存旧结构?