I can't figure out any way to force get a file from TFS programmatically. My current code:
_workspace.Get(new GetRequest(serverPath, RecursionType.None, new DateVersionSpec(dateTime)), GetOptions.Overwrite);
The above code will get a specific version, but if I manually delete the file, TFS thinks its still there. How can I use a force get for a specific version?