+[8.50b1] Can't list content of RAR V4 archives
Moderators: Hacker, petermad, Stefan2, white
-
- Member
- Posts: 164
- Joined: 2011-03-22, 09:57 UTC
- Location: Germany
+[8.50b1] Can't list content of RAR V4 archives
Can't list content of RAR V4 archives, if the extension is not ".rar".
(Use archives like folders option is enabled)
Example:
Press Return on "Test.rar", TC list content
Press Return on "Test.rar4", TC shows a empty filelist
This behavior wasn't exists on TC 8.01.
(Use archives like folders option is enabled)
Example:
Press Return on "Test.rar", TC list content
Press Return on "Test.rar4", TC shows a empty filelist
This behavior wasn't exists on TC 8.01.
#92832
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Indeed I have limited allowed extensions to .rar and .exe to avoid that people list files multiple times in multi-volume RAR archives: This is a problem with unrar.dll, if you open part two of a RAR, you see again all files. So when a user selects all parts and tries to unpack them all, unrar.dll will try to unpack each file multiple times.
I will have to find a better solution to exclude other parts.
I will have to find a better solution to exclude other parts.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
2ghisler(Author)
Here's possible solutions:
1.
You can add "LimitRarExts" option for ini.
LimitRarExts=1 -> detect only exe and rar
LimitRarExts=0 -> detect anywhere
2.
Just remove selection of multiple parts if 1st is selected before extracting.
3.
(evolution of "2")
Add parameter to remove sel (1) or not (0). Default is 1.
Here's possible solutions:
1.
You can add "LimitRarExts" option for ini.
LimitRarExts=1 -> detect only exe and rar
LimitRarExts=0 -> detect anywhere
2.
Just remove selection of multiple parts if 1st is selected before extracting.
3.
(evolution of "2")
Add parameter to remove sel (1) or not (0). Default is 1.
- ghisler(Author)
- Site Admin
- Posts: 50541
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
I found a better solution: I don't show files if the archive is named .r00, .r01 etc. or .000, .001 etc.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
So strange... Even WinRar does not do such a thing...I don't show files if the archive is named .r00, .r01 etc. or .000, .001 etc.
Deselection looks better.
p.s.
Sometimes I have to work with rar-parts and need to unpack some files from the middle or the end of the part. And in most cases I can't put all the parts together.
Ukrainian Total Commander Translator. Feedback and discuss.
-
- Member
- Posts: 164
- Joined: 2011-03-22, 09:57 UTC
- Location: Germany