我不断收到此错误。
无效的URI:无法确定URI的格式。
我的代码是:
Uri uri = new Uri(slct.Text);
if (DeleteFileOnServer(uri))
{
nn.BalloonTipText = slct.Text + " has been deleted.";
nn.ShowBalloonTip(30);
}
更新: slct.Text中的内容为ftp.jt-software.net/style.css
。
是什么赋予了?这怎么不是有效的URI格式?它是纯文本。
ftp://
或http://
在URI中。您现在得到我的投票了;-)