I'm try to understand libarchive support and as i see, you extract all files to disk.
But i don't think that this needed. Usually user want one - two files from archive or unpack all.
So may be the best create context menu to unpack, and allow to work with contents without unpacking? For this we need only read header data and store it in hash.
I'm try to understand libarchive support and as i see, you extract all files to disk. But i don't think that this needed. Usually user want one - two files from archive or unpack all. So may be the best create context menu to unpack, and allow to work with contents without unpacking? For this we need only read header data and store it in hash.