Exclude from list folders starting with a dot
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.
Re: Exclude from list folders starting with a dot
Menu:Tools > Options > Indexes > Exclude > Add Filter button > Filter =
(not testesd)
.*
(not testesd)
Re: Exclude from list folders starting with a dot
Code: Select all
!regex:^\. folder:
Code: Select all
!startwith:. folder
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:
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.
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.
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