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"
Re: How to find a file named "config"
Code: Select all
file:wfn:configRe: How to find a file named "config"
Perfect, thanks