I am trying to write a program that takes multiple rtf documents, combines them into one document and saves it as a new document. I thought i can just read the file as text and write it all to one big file. However when i do that, and i open the document in word it only contains the first document. Is there any code from the rtf tags that i need to remove from one of the files??

Please help me I am trying to resolve this for a while now.
thanks.