TFS API - How to determine if a server path exists?
- by Randy Minder
In my code, I'm calling Workspace.Map(serverPath,localPath). If 'serverPath' doesn't exist in TFS, this call doesn't fail or throw an exception. But it does cause me problems later. Is there a TFS API call I can make to determine if a server path exists?
Thanks - Randy