0

how do I batch compress some files/folders in individual zip-files so that each individual zip-archive has the correct timestamp (created/modified) as its source file/folder to preserve the chronology of a folder of zip-archives ?

I have downloaded Dotnetzip, using Windows 7..

Thanks for helping !

4

1 回答 1

0

我不知道这是否可以用 DotnetZip 完成。

您可能总是采用的另一种方法是在创建后触摸文件。我使用touch来自unxutils. 并做这样的事情......

7zip a myzip.zip myfile.txt
touch myzip.zip -r myfile.txt 
于 2012-01-19T12:37:25.977 回答