如何获取应用程序到扩展的映射
我有一个应用程序,允许用户将文件保存到独立存储。该应用程序将以与文件资源管理器类似的方式显示所有文件,并允许用户双击文件以查看它。
有没有办法从 Windows 获取所有应用程序到扩展的映射,并在单击文件时启动正确的应用程序?这当然将基于文件的扩展名......
谢谢,
马丁
I have an application that allows users to save files to Isolated Storage. The application will display all files, in similar fashion to the file explorer and will allow a user to double click the file in order to view it.
Is there a way to grab all application-to-extension mappings from windows and fire up the right application whenever a file is clicked? This of course will be based on the extension of the file....
Thanks,
Martin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用它以默认处理方式打开文件:
这对应于 API 调用:
Use this to open a file with default handling:
This corresponds to API call: