Hi,
I'm Fairly new to TFS and especially the TFS API. here's what i am trying to do: user got a bunch of files, i'm trying to write a .net code to let him browse TFS folders, click on the folder he wants, maybe create new folder, then ad the files in there.
browsing folder was easy: i get an instance of VersionControlServer, and then i do GetItems. but how do i create a brand new folder? there's a method to cretae a new project folder - but that's for a brand new one under the root. how do i create a subfolder somewhere? anybody got a code sample for that?
thanks
Jonathan