WebClient Web = new WebClient();
Web.DownloadFile(URL, Client.BasePath + @"Plugins\" + b.Groups[5].Value);
MessageBox.Show("下载成功!");
Web.Dispose();
如题
WebClient Web = new WebClient();
Web.DownloadFile(URL, Client.BasePath + @"Plugins\" + b.Groups[5].Value);
MessageBox.Show("下载成功!");
Web.Dispose();
如题
输出下,看 Client.BasePath + @"Plugins\" + b.Groups[5].Value的值是什么。这个文件是不是存在了,或者它不合法。