Show Folders in 'Show\Custom'

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
jimosity
Junior Member
Junior Member
Posts: 8
Joined: 2014-04-28, 14:44 UTC

Show Folders in 'Show\Custom'

Post by *jimosity »

Is there a way that I can have folders that match a custom "show" option be listed as well?
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: Show Folders in 'Show\Custom'

Post by *ghisler(Author) »

To show/hide folders in Show -> Custom, you need to end the name with a backslash.
For example, to only show txt and docx files, and folders where the name starts with a and f, use this syntax:
*.txt *.docx a*\ f*\
To exclude certain files or folders by name, put the patterns after a vertical line | like this:
*.txt *.doc | a*\ f*\
This will show all txt and docx files, plus all folders except for those starting with an a or f.
Author of Total Commander
https://www.ghisler.com
jimosity
Junior Member
Junior Member
Posts: 8
Joined: 2014-04-28, 14:44 UTC

Re: Show Folders in 'Show\Custom'

Post by *jimosity »

THANK YOU!
Post Reply