Can 7z delete the 7z files once extracted?

1

I have a program that through the command Shell and 7za decompress a file that should be deleted immediately after decompression.

The main program can not wait for the decompression to finish to delete the compressed file, so it is the decompressor program that must do it, but in the 7z documentation I can not find anything.

    
asked by Josu 22.03.2018 в 13:30
source

1 answer

0

Well, in the end I have dispensed with 7z and I have gone to zip. From Vladimir Vissoultchev's publications ( link ) I copied his code and included it directly in my project. The zip is not as efficient as the 7z, but now I control the operation of the program with precision.

    
answered by 01.04.2018 в 16:45