Hi Mathias,
This is the content of the MC log file.
I create a new zip file with the copyto dialog by copying two files and specifying a zip file as destination:
2024-03-29 08:01:57.881 Copied : "D:\Test\a.txt" => "D:\Test\test.zip\a.txt" - 4 bytes in 1ms 0ms Total : 0ms - Average Speed : 4000 bytes/sec (3,9 KB/sec), Read data time 1ms (3,9 KB/sec), Write data time 1ms (3,9 KB/sec)
2024-03-29 08:01:57.882 Copied : "D:\Test\b.txt" => "D:\Test\test.zip\b.txt" - 4 bytes in 1ms 0ms Total : 0ms - Average Speed : 4000 bytes/sec (3,9 KB/sec), Read data time 1ms (3,9 KB/sec), Write data time 1ms (3,9 KB/sec)
I try to add two files to the existing zip file with the copyto dialog (i get an error dialog):
2024-03-29 08:02:06.407 Unable to open target file : D:\Test\test.zip\c.txt ( Error code : 10, Internal Error Code : 3)
2024-03-29 08:02:06.407 Handle file Operations error : 10 (3) - File/Folder already exists
I opened and closed the zip file with mc and then try again to add two files to the existing zip file with the copyto dialog (it works):
2024-03-29 08:02:17.489 Copied : "D:\Test\c.txt" => "D:\Test\test.zip\c.txt" - 4 bytes in 1ms 0ms Total : 0ms - Average Speed : 4000 bytes/sec (3,9 KB/sec), Read data time 1ms (3,9 KB/sec), Write data time 1ms (3,9 KB/sec)
2024-03-29 08:02:17.490 Copied : "D:\Test\d.txt" => "D:\Test\test.zip\d.txt" - 4 bytes in 1ms 0ms Total : 0ms - Average Speed : 4000 bytes/sec (3,9 KB/sec), Read data time 1ms (3,9 KB/sec), Write data time 1ms (3,9 KB/sec)
Are you able to recreate this issue?