表单应用程序 VB.NET File.Create 方法,拒绝访问路径
我编写了一个应用程序,它解析网站并从网站下载 mp4 文件。用户可以选择他想要下载视频的路径。
当我尝试下载时,我遇到文件异常,路径访问被拒绝
。当我授予我选择的文件夹权限时,工作正常。
我该如何解决这个问题?最终用户将选择该文件夹。如何更改权限?或任何其他解决方案?
I wrote an application which parses a website and downloads an mp4 file from website. User can select the path where he wants to download the video.
When I try to download I get an exception for the file, Access Denied to Path
. When I gave the permissions to folder that I chose, then works fine.
How can I resolve that problem? End-User will select the folder. How do I change the permissions? or any other solution ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最终用户只能选择他具有写入权限的文件夹。
您要求破坏 Windows 安全模型。
The end-user can only select a folder that he has write access to.
You're asking to destroy the Windows security model.