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
In the ntfs module, in mod.rs, the function write_to_zip is writing ntfs files in a temp_dir, and then creating a zip with all the temp files.
Is it possible to write into the zip file straight away ?
The text was updated successfully, but these errors were encountered:
In the ntfs module, in mod.rs, the function
write_to_zip
is writing ntfs files in a temp_dir, and then creating a zip with all the temp files.Is it possible to write into the zip file straight away ?
The text was updated successfully, but these errors were encountered: