logoalt Hacker News

gruezyesterday at 1:33 AM1 replyview on HN

>while with 7-zip it seems to immediately delete the temporary file so the external app ends up trying to open a non-existent file.

No, 7-zip only deletes the file after you close its window, so as long as you don't close 7-zip any apps should be able to open those files. Winrar doesn't delete on close, but that has its own problems, namely that you accumulate a bunch of extracted files in your %TEMP% directory, and have to run disk cleanup to delete them.


Replies

genocidicbunnyyesterday at 1:36 AM

I just tried it with 7-zip 19.0, and double-clicking a video file in a 7z archive, and VLC could not open the extracted file because it didn't exist.

E: Tried again with procmon monitoring 7-zip, and after it completed writing the file it deleted it.

show 1 reply