I cannot even copy and paste that physical folder in properties window :(

link|improve this question

70% accept rate
feedback

1 Answer

up vote 1 down vote accepted

If you mean the Visual Studio solution explorer then this isn't a TFS question at all, and you should remove those tags. But the answer to your question in VS2008/later is to right-click the solution and select "Open Folder in Windows Explorer."

If you mean opening the folder from the TFS Source Control window: You can't open the server folder with Explorer - your solution is stored in a SQL Database and the files don't exist in that form on the server. You have to get a local copy (using "Get Latest") and then open that copy in explorer.

link|improve this answer
You're right it's not TFS :) But I can't see your menu in VS 2005. – user310291 Mar 11 '10 at 15:17
That menu was introduced in VS2008. You should be able to copy/paste the folder from the properties window, though... what's stopping you? – Dan Puzey Mar 11 '10 at 15:41
When the path is very lengthy that's not practical :) – user310291 Mar 21 '10 at 16:39
Well, unfortunately it's still your only option :) Try double-clicking in the field in the properties window; that might auto-select the whole thing. Alternatively, press Home, then Shift-End to select the whole thing quickly with the keyboard. – Dan Puzey Mar 21 '10 at 19:43
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.