tags:

views:

9

answers:

0

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