Click here to Skip to main content
15,903,175 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hi, I have a friend who is working on their end project with C #. It tells me that it works to code a software of recording and reading of piece of music through a file of extensions customize. My question is how I can read a custom extension file with the program. For example if I write a text file the program will save it with the .dev extension and then it can read it.

What I have tried:

Is there an example project or source code like that?
Posted
Updated 19-Dec-16 3:44am

1 solution

All you have to do is understand the file format and write code to read that format. There's tons of different serialization and deserialization examples all over the web as well as reading/writing text and what people call binary data files.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900