I'd like to get a batch of files from a directory by date except for one file. I'd like to then look at all the files and see that yes, files 1 to n are the old versions and file 0 is the new version.
The simplest way to do that, seems to me, is to get the files and have the local file's timestamp be the last checkin time of that file. However, I don't think that's possible in TFS without custom coding. Is there an easy way to do this?