I want Total Commander to show me only a specific folder only, what i mean is this:
In "C:\Users\%Folders with usernames%" i want to see only something with this "*some_username*" nothing else.
This can be "123%USERNAME%.001" or just "%USERNAME% or "%USERNAME%.002" well i think you got the point now.
What i did is : In TC Menu > Show > Custom ... > *What i want to see* (this is incl the *) the result is ... nothing it still shows me all the folders.
Now what i did is : In TC Menu > Show > Custom ... > button Define ... > tab Advanced > tick on attributes > tick on Directory > in the search field i typed *What i want to see* (again with the *) and i saved the result. End result nothing.
What i would like is the same thing you can do within the prompt, the command is "dir /ad *what i want to see*" and this works now i want the same thing but using Total Commander.
Anyone who can help me out here, or could tell me what i'm doing wrong.
Filter: How to see one specific folder only?
Moderators: Hacker, petermad, Stefan2, white
You can't hide directories using 'Show - Custom' filter, sorry. [wrong]
However you can filter directories using quick filter via Ctrl+S.
Edited after 2 hours:
As it was mentioned below, it is possible to filter directories with custom filter.
However you can filter directories using quick filter via Ctrl+S.
Edited after 2 hours:
As it was mentioned below, it is possible to filter directories with custom filter.
Last edited by MVV on 2015-12-10, 17:33 UTC, edited 1 time in total.
Yes, you can (sort of):MVV wrote:You can't hide directories using 'Show - Custom' filter, sorry
Code: Select all
*foldername\
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
My mistake, you're right, it is really possible!
So for displaying only a single folder and no files one can use following custom filter:
But I think quick filter is better for filtering folders with usernames because it is removed after changing directory (e.g. after entering filtered user profile where this filter is not required).
So for displaying only a single folder and no files one can use following custom filter:
Code: Select all
*part_of_username*\ | *
BTW you can create buttonbar button with following command:
(just keep in mind that w/o asterisk before part of folder name TC may try to enter the folder and not just set filter)
Code: Select all
cd *part_of_username*\ | *