Page 1 of 1

Navigate to file in archive is not working

Posted: 2023-12-07, 11:28 UTC
by LonDat
I have zip archive:
c:\Temp\archive.zip
In that archive I have single file
debug.txt
Earlier, I believe it worked to run command

Code: Select all

cd c:\Temp\archive.zip\debug.txt
and TC navigated the active panel into archive, into the specific file.
But it's not working anymore...at least in v11.02.

Re: Navigate to file in archive is not working

Posted: 2023-12-07, 11:47 UTC
by Sir_SiLvA
And it never did.... so not a bug.

Re: Navigate to file in archive is not working

Posted: 2023-12-07, 12:41 UTC
by LonDat
Sir_SiLvA wrote: 2023-12-07, 11:47 UTC And it never did.... so not a bug.
You are right...I just tested several version till v9.5 and it's not working anywhere.
So I'm sorry...not a bug...
Can I move this topic to feature/suggestion section?

Re: Navigate to file in archive is not working

Posted: 2023-12-07, 17:43 UTC
by white

Moderator message from: white » 2023-12-07, 17:43 UTC

Moved to Suggestions forum.

Re: Navigate to file in archive is not working

Posted: 2023-12-08, 18:32 UTC
by Fla$her
2LonDat >>>
petermad wrote: 2022-10-21, 08:55 UTC I would also like to be able to cd to a file inside an archive: cd c:\totalcmd\Tcmdkey.zip\WINCMD.KEY
Currently cd works for going into folders in .zip files IF the backslash before the folder name is replaced with a / - like cd c:\totalcmd\Tcmdkey.zip/folder. A little inconsistant since if I press Shift+Ctrl-Enter on the folder when inside the archive, TC puts c:\totalcmd\Tcmdkey.zip\folder in the command line - not c:\totalcmd\Tcmdkey.zip/folder