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
It's possible to set the last modified date of files during compression.
Is there a way to get last modified date of Zip entries while unpacking them using stream-unzip?
None of the shown examples include the last modified date.
The text was updated successfully, but these errors were encountered:
Ah no - it’s not part of stream-unzip’s API, and right now there are no plans to add it. For all our use cases so far, the date(s) associated with the member files is/are essentially meaningless/we only care about the data in them.
Ah no - it’s not part of stream-unzip’s API, and right now there are no plans to add it. For all our use cases so far, the date(s) associated with the member files is/are essentially meaningless/we only care about the data in them.
Can I ask, what’s your use case?
I use both stream-zip and stream-unzip libraries in a custom developed backup/file transfer solution.
While stream-zip does support setting modification date, stream-unzip does not expose it to us.
I'd like to preserve file modification date during file transfer if possible.
It's possible to set the last modified date of files during compression.
Is there a way to get last modified date of Zip entries while unpacking them using
stream-unzip
?None of the shown examples include the last modified date.
The text was updated successfully, but these errors were encountered: