I am wondering if there is a way for me to list all 'files' containted in a tfs team project. What I am aiming to do is search for files of a particular name that dont have fixed paths within TFS caused by branching ($/MyTeamProject/Main/Build/instruction.xml and $/MyTeamProject/Branches/Release_1.0). Once a file would be found I would like to manipulate it.
I guess that we are talking items when it comes to entities containted within a team project and not traditional files and therefore this might be a bit tricky?
I have seen some samples for manipulating a file but all samples so far have fixed paths.