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
I'm making an app where I read a zip file, make some modifications, and write a new file,
I'd like to keep the same options (as much as possible) of the input file.
Can I somehow read the option from ZipArchive to reuse it instead of zip::write::FileOptions::default() ?
The text was updated successfully, but these errors were encountered:
I'm making an app where I read a zip file, make some modifications, and write a new file,
I'd like to keep the same options (as much as possible) of the input file.
Can I somehow read the option from ZipArchive to reuse it instead of zip::write::FileOptions::default() ?
The text was updated successfully, but these errors were encountered: