I want to create a new Word Document and insert the contents of all the RTF Files present in a directory into the Word Document.
I can use Directory and File Object and get the list of all the RTF Files in a directory. I can read the contents of RTF File by using File I/O. But I cannot store it in a variable, add the contents of other RTF Files and save it to Word Document because of the encapsulated RTF File format.
Please help.
