标签: c# model-view-controller asp.net-core window
在将文件下载到特定路径时,我想访问错误的位置被拒绝,但是我已经授予该文件夹的访问权限
using (var client = new WebClient()) { string pathfromdownloadfile="C://...."; string DownloadPath="D://..." client.DownloadFile(pathfromdownloadfile, DownloadPath); }
有没有解决办法,