Thank you very much!
is it linux way? i wonder is it possible in windows using only 7z.exe?
Good afternoon. Please tell me if it is possible without intermediate unpacking of tar.gz file to get a list of files in a tar container and then unpack only specified of them? For regular archives from my program, I call via CreateProcess() 7z.exe and I get a list of files via stdin: 7z.exe l -ba -slt -sccWIN -scsWIN –so Then, for archives marked by the user in the program, I multithreadedly run several instances 7z.exe and I receive streams of unzipped data of specific files in the archive for...