使用WebClient下载文件期间,我拒绝访问错误?

时间:2018-07-27 06:45:58

标签: c# model-view-controller asp.net-core window

  

在将文件下载到特定路径时,我想访问错误的位置被拒绝,但是我已经授予该文件夹的访问权限

 using (var client = new WebClient())
  {
   string pathfromdownloadfile="C://....";
   string DownloadPath="D://..."
   client.DownloadFile(pathfromdownloadfile, DownloadPath);    
  }

有没有解决办法,

0 个答案:

没有答案