I want to search for a file named "config"
1. I don't want to see any directories.
2. I don't want to see testhost.net471.arm64.exe.config or config.dat-old
What's the quickest way to set this filter
How to find a file named "config"
-
w64bit
- Posts: 338
- Joined: Wed Jan 09, 2013 9:06 am
Re: How to find a file named "config"
Code: Select all
file:wfn:config-
VarunAgw
- Posts: 18
- Joined: Sat Jan 23, 2016 10:52 am
Re: How to find a file named "config"
Perfect, thanks