Reputation: 8052
I have VS2013 project from my colleague. Following article explains how to find physical location of file which is shown inside solution explorer. The process is fair simple:
just right-click on the file's editor tab and select "Open Containing Folder."
The problem is that I do not have "Open Containing Folder" under my menu as it is shown on figure bellow:
I'm using MS VS Community 2013
PS:
I've tried Right click on the project or solution name (not on individual file names) and select "Open Folder in File Explorer" but in folder which explorer opened there are no files that I'm looking for
Upvotes: 3
Views: 1009
Reputation:
In Properties window (F4) there is a Full Path
property for each file:
Upvotes: 4