Version 1.4.1.1022 (x64)
Hello,
I want to search in a special folder, say "C:\tester(ev-test)\" for all subfolders, not containing a file named "test.tmp".
Those subfolders should be listed in everything then.
How can I accomplish this?
I tried advanced search, but failed shamelessly...
Also, I have not found anything here in the forums, because I have not used good searchterms ;-D
Thank you please!
How to find folders, not including a file named "test.tmp" ?
-
- Posts: 65
- Joined: Mon Jun 19, 2017 1:45 pm
Re: How to find folders, not including a file named "test.tmp" ?
Please try the following search:
"C:\tester(ev-test)\" !child:test.tmp
child: searches for folders containing a file/folder with the specified name.
! = NOT
child:
"C:\tester(ev-test)\" !child:test.tmp
child: searches for folders containing a file/folder with the specified name.
! = NOT
child:
-
- Posts: 65
- Joined: Mon Jun 19, 2017 1:45 pm
Re: How to find folders, not including a file named "test.tmp" ?
Thank you for the fast reply!
it works perfect, after I realised my error, because I had it like you posted before.
"C:\tester(ev-test)\" is a junction link and not a "real" path, so "C:\tester(ev-test)" seems not to be indexed, but the "real" path, which is on Drive O: is indexed, so I just changed that in my searchterm.
D4rn, sorry to waste your (and mine) time!
Thank you.
it works perfect, after I realised my error, because I had it like you posted before.
"C:\tester(ev-test)\" is a junction link and not a "real" path, so "C:\tester(ev-test)" seems not to be indexed, but the "real" path, which is on Drive O: is indexed, so I just changed that in my searchterm.
D4rn, sorry to waste your (and mine) time!
Thank you.