How do you make your own file format?

Started by
10 comments, last by Kate18 20 years, 3 months ago
Oh, oops, it''s C#

Well, write it to file using whatever one normally uses to write files in C#...I don''t even remember, haven''t written C# in 4 months
SlimDX | Ventspace Blog | Twitter | Diverse teams make better games. I am currently hiring capable C++ engine developers in Baltimore, MD.
Advertisement
Like I said, there''s many ways of doing this, but I''m afraid I sometimes get stuck in the habit of reading the stated requirement and implementing exactly what''s asked for. Sorry, it''s a hang over from doing this shizzle as a career. *smack head*

Kate 18 wanted:

1) a way to create files "in the format as above"
2) in C#

What I described would be like 100 lines of code max and deliver that exact requirement.

Promit, that would be a ''StreamWriter'' if you want direct control of the ASCII text file''s format.


Atlay

This topic is closed to new replies.

Advertisement