LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I append sequential ascii files?

I am trying to read ~100 sequential ascii files and then append them end-on-end into one text file. Is there a simple way to automate this step so I don't have to select each ascii file individually?
0 Kudos
Message 1 of 2
(2,624 Views)
You can use the list directory to get all the file names under that directly. Then programactically read contents of the file and save to single file by having append to file TRUE on the write VI.

Naresh
0 Kudos
Message 2 of 2
(2,624 Views)