Can't search .cs for text

  • Thread starter Thread starter Brian W
  • Start date Start date
B

Brian W

I know I've seen this problem before but I'll be damned if I can
remember how to fix it.

When I use Windows to search for files of type *.cs (or *.*) containing
"sometext" Windows doesn't return any files. I know there are some
files containing "sometext".

Anyone know how to fix this?

TIA
BW
 
I don't trust Windows to do any searches. VS.NET has the ability to search
files in a directory and is much better at this. Take a look at the IDEs
find capabilites.
 
And if Visual Studio is not available, I find TextPad's ability for
in-depth file search quite good.
 
Thanks! That was what I was looking for, don't know why I couldn't find
it.

One thing I don't get... the way I read the KB article is that if my
system is updates then I should be OK, well, my system has all latest
updates and patches and the search still doesn't work.

Oh, well, not the first time one of the KB's has been wrong ;-)

Thanks for the answer though

BW
 
Back
Top