search inside the files
-
sepuleze
- Posts: 2
- Joined: Thu Apr 06, 2017 1:56 pm
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
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
-
sepuleze
- Posts: 2
- Joined: Thu Apr 06, 2017 1:56 pm
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
-
void
- Developer
- Posts: 19899
- Joined: Fri Oct 16, 2009 11:31 pm
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