ES.EXE - don't display files in subdirectories?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
vefatica
Posts: 36
Joined: Sun Jun 11, 2023 6:27 pm

ES.EXE - don't display files in subdirectories?

Post by vefatica »

How do I tell ES.EXE that I want only files in the top-level directory?

I thought -p (match full path and file name) would do it but it seems that it's matching partial paths.

Code: Select all

v:\> es.exe -p v:\*.vbs
V:\ifiletime.vbs
V:\ifiletime2.vbs
V:\iheader.vbs
V:\hold\script.vbs
V:\hold\wmitest.vbs
So, a second question ... how, exactly, does -p work?
void
Developer
Posts: 15480
Joined: Fri Oct 16, 2009 11:31 pm

Re: ES.EXE - don't display files in subdirectories?

Post by void »

-p does a partial path search.

Please try the following ES search:

Code: Select all

es.exe parent:v: *.vbs
parent: will limit your results to a specific folder without searching subfolders.



Your v:\*.vbs search will work as expected in Everything 1.5 as * will no longer match \
Post Reply