How can I programmatically determine the location of a particular TFS project on my local PC?
A script needs this info, and I know it varies for different users because the TFS configuration is not uniform across users.
For example, on my PC a TFS project "MyProject" might have local files under C:\TFS\Proj\MyProject,
...but for another user it might be C:\TFS\MyProject.
Looking for a way to determine the location in a script...any pointers appreciated!
Regards,
S.
PS: Sorry if this is a duplicate, was having issues posting.