I don't have any idea on how to list the folders while searching for file content. All the folders are at the same depth while the files are deeper.
Currently I am trying to use something like this but it isn't getting any matches. I'm guessing the issue is the content search can't be at a different depth?
Code: Select all
"Z:\Files\Music\" DEPTH:4 CHILD:*.log CONTENT:"Exact Text"
"Z:\Files\Music\" DEPTH:4 CHILD:*.log DEPTH:5 CONTENT:"Exact Text"
Code: Select all
"Z:\Files\Music\" DEPTH:5 *.log CONTENT:"Exact Text"