Hiding Folders

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
brahman
Senior Member
Senior Member
Posts: 208
Joined: 2006-04-26, 13:27 UTC

Hiding Folders

Post by *brahman »

Hi,

is there a way to hide all the folders from view and only show files.

Some of my folders have a lot of subfolders, where I have to scroll down a lot to see the data files.

It would be extremely useful, if I could quickly hide the folders and access the files directly.
Regards, Brahman
Win10 & 11 Pro x64
User avatar
Clo
Moderator
Moderator
Posts: 5731
Joined: 2003-12-02, 19:01 UTC
Location: Bordeaux, France
Contact:

Ho !

Post by *Clo »

2brahman

:) Hello !

• What about “Branch View” Ctrl+B ? :wink:

:mrgreen: KR
Claude
Clo
#31505 Traducteur Français de TC French translator Aide en Français Tutoriels Français English Tutorials
User avatar
Balderstrom
Power Member
Power Member
Posts: 2148
Joined: 2005-10-11, 10:10 UTC

Post by *Balderstrom »

Don't forget Shift+Ctrl+B : SubDir BranchView with selected folders - instead of all folders.
*BLINK* TC9 Added WM_COPYDATA and WM_USER queries for scripting.
User avatar
Hacker
Moderator
Moderator
Posts: 13144
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

I don't think brahman actually wants to see files in those subfolders.
Ctrl-F12
*.* | *.*\

Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
sqa_wizard
Power Member
Power Member
Posts: 3897
Joined: 2003-02-06, 11:41 UTC
Location: Germany

Post by *sqa_wizard »

Well, I just have created a shortcut to jump to the first file :)

Just add this line to your wincmd.ini

Code: Select all

[Shortcuts]
A+UP=cm_GoToFirstFile
Now Alt-CursorUp will do it.
#5767 Personal license
brahman
Senior Member
Senior Member
Posts: 208
Joined: 2006-04-26, 13:27 UTC

Post by *brahman »

Thank you, Roman. Your post nailed it right on the head.

There is one oddity in your solution though:
If I put it in the enter file types line directly it works as expected.

But - I don't know why - if I predefine a selection type "All Folders Hide" it does not work at all.

Any ideas?

Thanks.
Regards, Brahman
Win10 & 11 Pro x64
User avatar
Ambaquista
Junior Member
Junior Member
Posts: 68
Joined: 2005-05-27, 11:11 UTC
Location: Luanda, Angola

Post by *Ambaquista »

How can I put this:
Ctrl-F12
*.* | *.*\
in a button or in a shortcut?
User avatar
MVV
Power Member
Power Member
Posts: 8713
Joined: 2008-08-03, 12:51 UTC
Location: Russian Federation

Post by *MVV »

Try cd command:

Code: Select all

cd *.* | *.*\
Post Reply