You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2024. It is now read-only.
Hello,
I am open an existing ZIP file and remove some files from the archive, after saving it with a new name the "last modification date" in the new ZIP file is set to the current date/time instead of using the existing attributes in the zip entry-class.
like
Dim zip As New ZipFile("C:\temp\zipfile.zip")
' Remove an entry using
zip.RemoveEntry(entry)
zip.Save("c:\temp\newzip.zip")
Not sure if this behaviour is by intention, my expectation was that the attributes in each zip-entry stay unchanged.
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
I am open an existing ZIP file and remove some files from the archive, after saving it with a new name the "last modification date" in the new ZIP file is set to the current date/time instead of using the existing attributes in the zip entry-class.
like
Dim zip As New ZipFile("C:\temp\zipfile.zip")
' Remove an entry using
zip.RemoveEntry(entry)
zip.Save("c:\temp\newzip.zip")
Not sure if this behaviour is by intention, my expectation was that the attributes in each zip-entry stay unchanged.
Thanks!
The text was updated successfully, but these errors were encountered: