Hi, I want to concatenate rows inside for each row
I read a datatable and stored in DT. Then, I have used for each row in that DT and check if that “file name” (column in DT) is available in local folder through path exists.
If it exists, then i have write that row(“file name”) like
a,b,d,e,g
How to write the row items inside for each row like that