Exclude from list folders starting with a dot
-
llagerlof
- Posts: 3
- Joined: Mon Nov 26, 2018 4:45 pm
Exclude from list folders starting with a dot
I tried check the option in "Indexes / Exclude", "Exclude hidden files and folders", but Everything continues to show folders starting with a dot.
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Exclude from list folders starting with a dot
Menu:Tools > Options > Indexes > Exclude > Add Filter button > Filter =
(not testesd)
.*(not testesd)
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: Exclude from list folders starting with a dot
Code: Select all
!regex:^\. folder:
Code: Select all
!startwith:. folder
-
tuska
- Posts: 1386
- Joined: Thu Jul 13, 2017 9:14 am
Re: Exclude from list folders starting with a dot
2llagerlof
After short tests, I would like to point out that more folders are found with the queries of therube than with my queries (pls see above):
I personally will therefore use the above-mentioned search parameters from therube for such queries.
After short tests, I would like to point out that more folders are found with the queries of therube than with my queries (pls see above):
Code: Select all
!regex:^\. folder:
!startwith:. folder:-
NotNull
- Posts: 5961
- Joined: Wed May 24, 2017 9:22 pm
Re: Exclude from list folders starting with a dot
BTW: That's on Unix/Linux based operating systems... On Windows there is no relationship between the two (dot vs hidden)llagerlof wrote: Tue Dec 11, 2018 12:33 pm ... "Exclude hidden files and folders", but Everything continues to show folders starting with a dot.
-
atticus76
- Posts: 2
- Joined: Wed Jul 12, 2017 8:51 am
Re: Exclude from list folders starting with a dot
Hi! I have the same question. Trying the previous suggestions, I can't manage to exclude folders that start with a dot. Has it worked for anyone? Thank you very much.
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Exclude from list folders starting with a dot
To exclude folders starting with a dot (.):
- In Everything, from the Tools menu, click Options.
- Click the Exclude tab on the left.
- Click Add Filter....
- Set the filter to:
.* - Click OK.
- Click OK.
-
atticus76
- Posts: 2
- Joined: Wed Jul 12, 2017 8:51 am
Re: Exclude from list folders starting with a dot
You're awesome! Thank you very much!
P.S. Really looking forward to the version with dark mode
P.S. Really looking forward to the version with dark mode