File Manager unzip stuck (when confirmation is needed?)
Solved
Support
-
wrote on Jan 2, 2024, 11:35 AM last edited by girish Jan 2, 2024, 3:15 PM
-
I can confirm this bug. Currently it just runs
unzip
without any special args for this. We have to fix this to at least abort if files exist, ideally somehow try to give better options to overwrite, but that might take longer to implement. -
-
The next version will contain a fix which will not block the extraction but overwrite existing files if exist. This is in line with tar and 7zip behavior which we currently have. Maybe in the future we can use some archiver library to gain more fine-grained control over the behavior.
-
-
wrote on Jan 3, 2024, 1:05 PM last edited by
Renaming a file overwrites an existing file with the same name without prompting. Is this also working as designed?