I just ran into a scenario where I couldn't find a file in it's expected directory.
I took the next logical step and ran a typical search using Windows Explorer. Unfortunately this search turned up no results.
I then found out about the WHERE utility in the Visual Studio 2008 Command Prompt. Using this utility I was able to display all possible locations of the file on my machine based on a search pattern.
Here's what you do:
- Start -> Programs -> Microsoft Visual Studio 2008 -> Visual Studio Tools -> Visual Studio 2008 Command Prompt
- Type where [search pattern for the files to match]
Hope that helps!
Thursday, February 04, 2010 1:35 PM