Reputation: 15239
Is there a way to locate the current a file in the Visual Studio's "Solution Explorer"?
I don't want to always track the current file. But I would like to locate at demand the current file in the explorer.
I found a way, using macros(http://goo.gl/ejMx4D), but macros are not available in VS 2013/12.
Thanks.
Upvotes: 0
Views: 62
Reputation: 13980
If you mean find the path where is stored some file, just select the file in solution explorer and next go to properties window. There is the full path of currently selected file.
Upvotes: 0