I'm trying to get everything to show all my comics of a name and to show not just the cbr cbz and such but to show also matching folders like it will when you have it set to search for "everything" is there a way I'm missing to do this?
Thanks very much for any help!
Showing folders as well as files
Re: Showing folders as well as files
I'm not sure what you mean by "matching folders", but if I want to find folders,executables ànd INI files with Everything in their name, I would search for:
See the Searching support page for details.
Code: Select all
everything folder:|ext:exe;ini
-
- Posts: 2
- Joined: Tue Aug 13, 2019 10:44 pm
Re: Showing folders as well as files
thank you! that was JUST what I needed! now it shows all the matching folders as well as the matching files
Re: Showing folders as well as files
Note that Operator Precedence can make a difference, in which case you may need angle-brackets to differentiate things.
If Options | General -> Search --> Operator precedence: AND > OR is set, you'll need something like:
everything <folder:|ext:exe;ini>
If Options | General -> Search --> Operator precedence: AND > OR is set, you'll need something like:
everything <folder:|ext:exe;ini>