lastwritetime is changing while extracting a zipfile in c#?

I am using Sharpziplib version 0.86 to extract a zip file. It is working fine but while extracting a winzip file through code,Lastwritetime is changing in seconds...

Have used this also File.SetLastWriteTime(fullPath, theEntry.DateTime);

Actual file Lastwritetime:4/8/2010 2:29:03PM После заархивирования этого файла с помощью winzip и извлечения этого файла с помощью кода, извлеченный файл Lastwritetime изменится на 8.04.2010 2:29:04 PM ... Есть ли какое-нибудь исправление для этого ???

5
задан bala3569 15 December 2010 в 09:34
поделиться