Isolate file and directory

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
tcebob
Posts: 10
Joined: Sun Jan 17, 2016 3:10 am

Isolate file and directory

Post by tcebob »

I have backups on an external drive. Each backup is in a separate directory. How can I search for a specific file type in one of the directories? For example, I want to find all abc$.exe in X\Dir4, where $ is a wild card
NotNull
Posts: 5257
Joined: Wed May 24, 2017 9:22 pm

Re: Isolate file and directory

Post by NotNull »

Code: Select all

X\Dir4   wfn:abc?.exe
Assuming abc$.exe isn't the real filename and the real one might include spaces in it's name, replace wfn:abc?.exe with wfn:"Name with sp?ces.exe"

You can find what this all means - and a lot more - on the Searching help page

Good luck!
tcebob
Posts: 10
Joined: Sun Jan 17, 2016 3:10 am

Re: Isolate file and directory

Post by tcebob »

Thanks, NotNull. I will follow your suggestion.
Post Reply