Custom view (folders)

English support forum

Moderators: Hacker, petermad, Stefan2, white

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

Custom view (folders)

Post by *jimosity »

I often use the option 'show\custom view' to narrow down files/types -- but is there a way that it can also narrow down folders as well?
User avatar
Gral
Power Member
Power Member
Posts: 1600
Joined: 2005-01-26, 15:12 UTC

Re: Custom view (folders)

Post by *Gral »

If you want for example show all files and hide all folders type

Code: Select all

*.*|*\
If you wish to show all files and hide only folders starting with "A" type

Code: Select all

*.*|A*\
and so on.
Post Reply