本文介绍了我如何获得自定义文件类型路径的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在c#中创建了一个类似应用程序的编辑器。

所以这个应用程序将创建一个项目,它将有一些自定义文件类型。

我需要打开这个我的编辑器应用程序中的文件。

但我能够获得可执行文件路径,但在获取自定义文件路径时遇到问题,以及如何在将文件加载到编辑器时获取自定义文件路径

解决方案


I have created a editor like application in c#.
so this application will create a project which will have some custom file types.
and i need to open this files in my editor application.
but i am able to get the executable file path but facing problem while getting the custom file path, and how i get my custom file path while loading the file to editor

解决方案



这篇关于我如何获得自定义文件类型路径的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-18 18:06
查看更多