There is multiple problems with the current implementation using the 7za.exe.
If unpacking the file in working directory fails, the program won't work.
Also the file is not removed on exit.
A better solution is to use the DLL and load it in memory for calls.
There is multiple problems with the current implementation using the
7za.exe.If unpacking the file in working directory fails, the program won't work.
Also the file is not removed on exit.
A better solution is to use the DLL and load it in memory for calls.