file.append fails to aggregate .rtf files
up vote
0
down vote
favorite
I have used file.create and file.append successfully to aggregate multiple .txt files. When I try it with .rtf files, however, I get a larger rtf file that only shows the contents of the first .rtf of many to be aggregated. So I have 5 .rtf files, for example. dirFiles is the list of names to be aggregated: file.create(fileCollection_r) file.append(fileCollection_r,dirFiles_r) Is this a bug, and I would I report it? How can I aggregate multiple .rtf files?
r filesystems rtf
share | improve this question
edited Nov 9 at 18:50
GhostCat
86.2k 16 82 141
...