获取调用快捷方式

发布于 2024-12-04 11:14:05 字数 167 浏览 2 评论 0原文

需要检索调用快捷方式的路径。

这是一个 Qt 应用程序,但我怀疑我必须在本地进行此操作,主要是在 win 上。我可以为Mac想出一个方案..

有办法得到这个吗?例如,win 终端应用程序似乎能够做到这一点。

(它需要适用于移动的快捷方式,因此我无法将路径嵌入到参数中。)

Need to retrieve the path of an invoking shortcut.

This is a Qt application, but I suspect I'm going to have to go native to do this, primarily on win. I can come up with a scheme for Mac..

Is there a way to get this? The win terminal application seems to be able to do this, for instance.

(it needs to work for a moved shortcut, so I can't embed the path in an arg.)

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

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

发布评论

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

评论(1

不…忘初心 2024-12-11 11:14:05

当进程启动时,不会传递任何信息来标识用于调用新进程的快捷方式。您需要使用命令行参数将启动参数传递给新进程。

When a process is started, there is no information passed that identifies the shortcut that was used to invoke the new process. You need to use command-line arguments to pass startup parameters to the new process.

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