获取调用快捷方式
需要检索调用快捷方式的路径。
这是一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
当进程启动时,不会传递任何信息来标识用于调用新进程的快捷方式。您需要使用命令行参数将启动参数传递给新进程。
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.