I'm trying to search for temporary files in the index. Temporary files are defined, to my needs, by files that end with .tmp or .temp or all of those files that can be found in folders ending with ./temp or ./tmp.
Additionally, I want to switch the filter to "Everything", so I tried this search so far to no avail:
Code: Select all
filter:everything ext:temp;tmp
Code: Select all
filter:everything
I've added the macro name "everything" to the existing default filter "Everything" beforehand, of course
Moreover, how can I modify the search to include all files of folders ./tmp or ./temp, regardless of their extensions?
Btw, is there a kind of alias available, similar to macros, that resolves an alias name, e.g. "TMP" to the temp actual folder location: c:/users/<xxx>AppData/Local/Temp?
With other words: Any function that retrieves special paths, like temp or Desktop from Windows and returns the current location of those folders?
Tried:
Code: Select all
[shell:temp]
Code: Select all
[shell:tmp]
Michael