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
Examples for making custom SHOW filters
Moderators: Hacker, petermad, Stefan2, white
Examples for making custom SHOW filters
Fulton
Fort Worth Texas
'Where the west begins'
Fort Worth Texas
'Where the west begins'
Simple filters from TC help:
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
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
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