Combining *.csv files sing FileInfo class
Is there a way to combine all the csv files in a given directory into one new file using the fileinfo class. I am using C#. In dos I would do this
c:\type *.csv >> bigfile.csv
Any input is appreciated.
Marie.
|