Find your File Path in Visual Studio

I think some of you may already know and some may not.

If you are familiar with Visual Studio, you may already know about it, but I think you maybe not.

If you have a very complex project and too many folders your files are being located in.

You are writing code on one of 1000 files in the project, so if you want to find your file location, so what will you do?

Just expand the folder tree view in the Solution Explorer?

I think if you do so, it's too hard...!!!

Here what I do., just right click on the file Tab of your Visual Studio IDE and choose Open Containing Folder, that's all. I'll take you to the directory of that file.

Also you can copy the file path location, by just Select Copy Full Path and Paste it to your clipboard.

The Files Tab in Visual Studio

 

 

Thanks

Piseth

4 Comments

Comments have been disabled for this content.