使用应用程序识别文件

发布于 2024-11-20 00:38:33 字数 140 浏览 2 评论 0原文

将文件保存在具有正确扩展名的文件夹中后,当我返回并查看该文件时,应用程序无法识别该文件。文件关联似乎丢失。

我希望 Windows 能够通过我的应用程序识别具有特定扩展名 (*.sp) 的所有文件。我该怎么做?以及如何在我的 VS 部署项目中实现它。

After I save a file in a folder with correct extension, when I go back and look at it, the file is unrecognizable to the application. The file association appears to be lost.

I want Windows to be able to recognize all files with a particular extension (*.sp) with my application. How do I do that? and How do I implement that in my VS deployment project.

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

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

发布评论

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

评论(2

海风掠过北极光 2024-11-27 00:38:33

部署和关联

该链接包括此文本:

Visual Studio 中的部署工具包括文件类型编辑器、
它允许您指定文档类型并将它们与
文件扩展名。此外,您还可以指定动词或动作
每个文档类型并指定文档类型的 MIME 类型
在浏览器中使用。欲了解更多信息,...

所以,我想这正是您所需要的。华泰

Deployment and Associations

The link includes this text:

The deployment tools in Visual Studio include a File Types Editor,
which allows you to specify document types and associate them with
file extensions. In addition, you can specify the verbs or actions for
each document type and specify MIME types for the document types for
use in browsers. For more information, ...

So, I guess it's exactly what you need. HTH

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