phillipp / SevenZipSharp

Fork of http://sevenzipsharp.codeplex.com/
11 stars 10 forks source link

ArchiveFileInfo CreationTime returns DateTime.Now #5

Open lejsekt opened 6 years ago

lejsekt commented 6 years ago

Hi, it seems like that all the time properties of a zipped file return current time (CreationTime, LastAccessTime and LastWriteTime). Are the time properties stored somewhere in the zip, so that they could be used instead of the DateTime.Now? Thank you