How can I create a file extension in WinForms C#? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 2

How can I create a file extension in WinForms C#?

I need a own file extension that works with my app. How can I do It?

25th Feb 2018, 3:37 AM
SebGM2018
SebGM2018 - avatar
1 ответ
+ 9
You can define your own file extension as long as you're able to parse it and doesn't conflict with the one recognized in your system. 😉
25th Feb 2018, 7:40 AM
Zephyr Koo
Zephyr Koo - avatar