G
Guest
Hello!
I want to read a large text file (100 mb) and from with in the file i want
to take out some lines on a spesific kriteria and make new files.
eks.
inputfile:
123 hello..
123 more...
124 text..
125 text
outputfiles
123.txt: 123 hello..
123 more..
125.txt: text
can anyone help me(kode in c#)
I want to read a large text file (100 mb) and from with in the file i want
to take out some lines on a spesific kriteria and make new files.
eks.
inputfile:
123 hello..
123 more...
124 text..
125 text
outputfiles
123.txt: 123 hello..
123 more..
125.txt: text
can anyone help me(kode in c#)