Posts by Vhox • 133 points
4 posts
-
-1
votes1
answer35
views -
0
votes2
answers634
viewsQ: How to group text file according to first line parameters in C#?
I was able to join several text files of the same directory in a final text file, grouping the equal codes and adding their respective amounts, using the following code (credits to friend Vitor…
-
2
votes4
answers1315
viewsQ: How to group code and add existing amounts in text files with C#?
I have several text files inside a directory. I need to do in C# and join all the text files in a final text file, but treating their contents. Example: Arq1.txt 123456010 654321020 Arq2.txt…
-
9
votes4
answers2855
viewsQ: How to merge multiple text files into one?
Does anyone know how to select all text files from the same directory and join the information of all of them in just one final text file? Example: In folder X, I have files 1.txt, 2.txt and 3.txt.…