Search: %tmp%
The result contains "Temporary Internet Files".
Should %tmp% match "Temporary Internet Files"?
Re: Should %tmp% match "Temporary Internet Files"?
Please enable Expand environment variables:
I have on my TODO list to add a expand: search modifier.
- In Everything, from the Tools menu, click Options.
- Click the Search tab on the left.
- Check Expand environment variables.
- Click OK.
I have on my TODO list to add a expand: search modifier.
Re: Should %tmp% match "Temporary Internet Files"?
I think it does.Should %tmp% match "Temporary Internet Files"?
On a default system %TMP% expands to C:\Users\<USERNAME>\AppData\Local\Microsoft\Windows\Temp
Temporary Internet Files: C:\Users\<USERNAME>\AppData\Local\Microsoft\Windows\Temporary Internet Files
So, searching for %tmp% will find C:\Users\<USERNAME>\AppData\Local\Microsoft\Windows\Temporary Internet Files, unless you use the "Match Whole Word" search option. (Menu:Serach > Match Whole Word or any of the other ways to set this option)
EDIT: Or search for: %tmp%\
Re: Should %tmp% match "Temporary Internet Files"?
This query seems to work:void wrote:With this enabled, it will be impossible to search for %tmp% and match files with %tmp% in the filename..
Code: Select all
regex:(%)tmp(%)
Could that also be done with a search macro?I have on my TODO list to add a expand: search modifier.
(like amp: or apos: , but then something like pct: for a literal "%" )
Re: Should %tmp% match "Temporary Internet Files"?
#37:tmp#37: could also be used, I like the #pct: idea.
Currently, no.Could that also be done with a search macro?