search inside the files
search inside the files
Hello, I would like to know if everything looks within the files and in case of not doing that software recommend me. thank you very much
Re: search inside the files
thanks!!!!!!!!!!!!!!!!
how is the syntax to find in specific directory
best regards
how is the syntax to find in specific directory
best regards
Re: search inside the files
Type in the path followed by a trailing backslash, for example to find files in D:\downloads, search for:
d:\downloads\
Use double quotes to escape spaces:
"c:\program files\"
To exclude subfolders, prefix the path search with parent:
parent:c:\windows
d:\downloads\
Use double quotes to escape spaces:
"c:\program files\"
To exclude subfolders, prefix the path search with parent:
parent:c:\windows