[Solved] Find only

General discussion related to "Everything".
Post Reply
w64bit
Posts: 229
Joined: Wed Jan 09, 2013 9:06 am

[Solved] Find only

Post by w64bit »

I am trying to find all files named "FILE.txt" but the program displays also xxxFILE.txt
What search is to be used for displaying only FILE.txt files?
Last edited by w64bit on Tue Mar 16, 2021 11:34 am, edited 1 time in total.
vanisk
Posts: 152
Joined: Sat Oct 27, 2018 11:33 am

Re: Find only

Post by vanisk »

Code: Select all

wfn:FILE.txt
or

Code: Select all

wholefilename:FILE.txt
Post Reply