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
Searching sub-directories for files
Re: Searching sub-directories for files
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:
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