表单应用程序 VB.NET File.Create 方法,拒绝访问路径

发布于 2024-12-06 12:50:44 字数 169 浏览 0 评论 0原文

我编写了一个应用程序,它解析网站并从网站下载 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日裸衫吸 2024-12-13 12:50:44

最终用户只能选择他具有写入权限的文件夹。

您要求破坏 Windows 安全模型。

The end-user can only select a folder that he has write access to.

You're asking to destroy the Windows security model.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文