Given a particular path of folder in tfs, I need to recursively find all files and folders within the folder for a given changeset. In other words, i need to get the transitive closure of a path in tfs for a given changeset. The problem I m facing in doing so is listing the contents of a particular folder within tfs.. How would this be possible in C# ?
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?