How to hide own specific file types like .pek and .pkf ?
Moderators: Hacker, petermad, Stefan2, white
How to hide own specific file types like .pek and .pkf ?
Greetings!
I am looking for a way to hide certain file extensions just as hidden/system files are hidden.
For example, some of the programs I use create peak files, which, while useful, never get to be run directly and clutter the view.
Setting, say, .pek and .pkf files as hidden would make them visible only when I turn hidden/system files on.
How can this be done?
Thank you!
I am looking for a way to hide certain file extensions just as hidden/system files are hidden.
For example, some of the programs I use create peak files, which, while useful, never get to be run directly and clutter the view.
Setting, say, .pek and .pkf files as hidden would make them visible only when I turn hidden/system files on.
How can this be done?
Thank you!
Re: How to hide own specific file types like .pek and .pkf ?
Put *.pek and *.pks on the ignore list = "Configuration" -> "Options..." -> "Ignore list"
Remember to select the box "Ignore (don't show) the following files and folders"
Remember to select the box "Ignore (don't show) the following files and folders"
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: How to hide own specific file types like .pek and .pkf ?
Achiles wrote: 2024-04-13, 08:41 UTC
I am looking for a way to hide certain file extensions just as hidden/system files are hidden.
You can assign hidden- and system- attribute to ANY specific file you want.
This is a feature of the FileSystem of your OperationSystem.
For more see my first google result >>> lifewire.com
Also you may want to use the DOS ATTRIB command to change attr of specific files (or all from a folder): csulb.edu
You can also use TC menu "Files > Change Attributes...".
Follow petermad advice with "ignore list" to hide directly all specific extension (like *.txt), and that this way "portable", only inside of TC.
EDIT with:
HolgerK wrote: 2009-10-24, 12:26 UTC
"Configuration -> Options -> Ignore list"
Add what ever you want to be ignored to the list.
E.g ".svn\"![]()
To toggle the ignorelist use a button like this:(<<< this Copy&Paste button-code)Code: Select all
TOTALCMD#BAR#DATA cm_SwitchIgnoreList WCMICONS.dll,81 0 2922
HTH
Holger
Re: How to hide own specific file types like .pek and .pkf ?
Don't forget "classic" way - press Ctrl+F12, type
and press "OK"
Code: Select all
*.* | *.pek *.pkf
Re: How to hide own specific file types like .pek and .pkf ?
Gral wrote: 2024-04-13, 14:54 UTC Don't forget "classic" way - press Ctrl+F12, typeand press "OK"Code: Select all
*.* | *.pek *.pkf
Here I think you should mention that this is temporary only, and also tell how to see all files again.
Re: How to hide own specific file types like .pek and .pkf ?
Thank you petermad,petermad wrote: 2024-04-13, 13:03 UTC Put *.pek and *.pks on the ignore list = "Configuration" -> "Options..." -> "Ignore list"
Remember to select the box "Ignore (don't show) the following files and folders"
This is nice, but is there a way to temporarily "unignore", or to suspend the ignore list without going into Configuration?
Assigning the Ignore list on/off to a key combination or a button would work great.
Re: How to hide own specific file types like .pek and .pkf ?
Yes, how do I see them again?Stefan2 wrote: 2024-04-13, 16:40 UTCHere I think you should mention that this is temporary only, and also tell how to see all files again.Gral wrote: 2024-04-13, 14:54 UTC Don't forget "classic" way - press Ctrl+F12, typeand press "OK"Code: Select all
*.* | *.pek *.pkf

Thanks for the ideas, All
Re: How to hide own specific file types like .pek and .pkf ?
CTRL+F10.
PS: reading the helpfile helps

Hoecker sie sind raus!
Re: How to hide own specific file types like .pek and .pkf ?
Achiles wrote: 2024-04-14, 11:17 UTC ... is there a way to temporarily "unignore", or to suspend the ignore list ...
cm_SwitchIgnoreList
A quick forum search for "ignore list" reveals "cm_SwitchIgnoreList" , e.g.:
HolgerK wrote: 2009-10-24, 12:26 UTC "Configuration -> Options -> Ignore list"
Add what ever you want to be ignored to the list.
E.g ".svn\"![]()
Use a button like this:(copy&paste button-code)Code: Select all
TOTALCMD#BAR#DATA cm_SwitchIgnoreList WCMICONS.dll,81 0 2922
to toggle the ignorelist.
HTH
Holger