Presuming the following scenario:-
File 1 exists in Project A -> local path = C:\ProjectA\FileLocation\
File 2 exists in Project B -> local path = C:\ProjectB\Filelocation\
Does anyone know if it is possible to do the following in TFS:-
Bind File 1 and File 2 such that BOTH their local paths are, for instance, C:\Program Files\FileLocation\
I know this is not ideal however this is a large codebase that has been migrated to TFS control from another source control application and I am looking for a quick solution at the moment.
At least in TFS2010 this is not possible.

If you try to Map
$/ProjectBto a spot that already houses$/ProjectATFS will refuse to proceed:Sidenote: Why proceed like that? For example, if ProjectA = ProjectB, simply choose one over the other & have all solutions point to the survivor.