Examples for making custom SHOW filters

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Fulton
New Member
New Member
Posts: 1
Joined: 2008-04-21, 19:35 UTC
Location: Fort Worth, Texas

Examples for making custom SHOW filters

Post by *Fulton »

Long time Windows (Total) Commander user.

I have forgotten how to create custom file filters in SHOW. A few examples should get me back on track.

Or a manual on writing custom filters for SHOW.

Thanks, Fulton
Fulton
Fort Worth Texas
'Where the west begins'
User avatar
ts4242
Power Member
Power Member
Posts: 2081
Joined: 2004-02-02, 20:08 UTC
Contact:

Post by *ts4242 »

Simple filters from TC help:

Code: Select all

*.bmp *.gif *.jpg Show images of these types
*.* | *.bmp *.gif *.jpg Show everything EXCEPT for these image types
*.* | .cvs\ Do not show directories named ".cvs"
*.txt | *\ Show only text files, hide all folders
for advanced filter
1- Go to menu Show> Custom...
2- Press Define... button
3- Define filter properties as you like then press Save button
4- Select already saved filter and press OK
Post Reply