Let's assume, that we have c:\test\archive.zip archive, which contains dir\file.txt.
When we are inside this archive, we can put a full path of file.txt to command line by pressing Shift+Ctrl+Enter:
c:\test\archive.zip\dir\file.txt.
But when we are outside the archive, we cannot use command:
cd c:\test\archive.zip\dir\file.txt
to go neither to the:
c:\test\archive.zip\dir\file.txt
nor even to:
c:\test\archive.zip.
So I'd like to ask to add such a possibility (the green one).
Regards
cd + name of dir/file inside archive
Moderators: Hacker, petermad, Stefan2, white