在某些时候,我们设法在发行版中创建一个以'@'开头的文件夹。这不是有效字符,但未触发任何错误:
现在,我想摆脱它,因为我们没有用。但是当我尝试删除文件夹时,出现此异常:
Microsoft.TeamFoundation.InvalidPathException:字符串参数包含无效字符:“ @”。更正参数,然后重试该操作。
我尝试使用浏览器界面并使用REST API删除文件夹
{
"$id": "1",
"innerException": null,
"message": "The string argument contains a character that is not valid:'@'. Correct the argument, and then try the operation again.\r\nParameter name: path",
"typeName": "Microsoft.TeamFoundation.InvalidPathException,
Microsoft.TeamFoundation.Common",
"typeKey": "InvalidPathException",
"errorCode": 0,
"eventId": 0
}
所以两者都导致相同的异常。
有没有办法删除此文件夹?