Page 1 of 1

Searching sub-directories for files

Posted: Fri Nov 20, 2009 5:33 pm
by DenverDave
I looked around and searched the forums and could not find an answer:

How can I in the Everything gui, search a directory/sub-dirs for files by extension:

like
c:\documents and settings\user\my documents\pics *.gif

Thanks
Dave

Re: Searching sub-directories for files

Posted: Fri Nov 20, 2009 11:22 pm
by David
You will need to escape the white-spaces in your search with double quotes (").

For example, to search for:
c:\documents and settings\user\my documents\pics *.gif
type:

Code: Select all

"c:\documents and settings\user\my documents\pics\" *.gif