+ 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?
1 Resposta
+ 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. 😉