将文件复制到应用程序可能无法写入的目录

发布于 2024-09-26 21:31:57 字数 367 浏览 1 评论 0原文

我正在编写一个应用程序,目前处于工作流程中:

-File A doesn't exist?
 -Copy file B to file A
  -Error?
   -Copy file B to file A with higher privileges

问题出在“以更高权限将文件 B 复制到文件 A”步骤中。我刚开始向管理员询问他/她的密码。我想要一个与此类似的窗口,管理员可以在其中输入密码,以便将文件复制到其他不可写的位置:

“修复您的图像加载...”

我完全不知道从哪里开始,有人可以帮助我吗?谢谢! :D

I am writing an application and I am at this point at the workflow:

-File A doesn't exist?
 -Copy file B to file A
  -Error?
   -Copy file B to file A with higher privileges

The problem is in the `Copy file B to file A with higher privileges' step. I am new to asking the admin for his/her password. I'd like a window similar to this, where the admin can enter the password so the file can be copied to an otherwise unwritable location:

fix your image loading...

I have totally no idea where to start, can someone help me out? Thanks! :D

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

酸甜透明夹心 2024-10-03 21:31:57

您可以使用 AuthorizationExecuteWithPrivileges()

请参阅此处查看示例 此处获取“OSXSlightlyBetterAuth”的完整代码

can you use AuthorizationExecuteWithPrivileges()

See here for an example and here for the full code to 'OSXSlightlyBetterAuth'.

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