Perhaps I wasn't very clear when I asked this question a while back, so I'd like to try again and see if anyone has some experience with this situation.


My application needs to be able to handle two different file types. One of these is read and written using Serialize(). The other is a text file, and is read and written using a CStdioFile. What is the smoothest way to get my app to read both file types?