Csv files ax2009

Hi,

I am creating csv files and storing in a folder. Let say I have 5csv files. Now I want to create another csv file which

Contains the data of these 5files.

So,in first part I have created 5csv files and then I have to create a csv files which contains appended data of all 5files.

Please suggest

Thanks

In X++, you can use CommaTextIO class for creating CSV files.