blah blah blah is here! blah blah » Close

0
votes
0 answers

searching for directory and writing it automatically to path

string[] first = File.ReadAllLines("file1.txt"); string[] second = File.ReadAllLines("file2.txt"); string[] third = File.ReadAllLines("file3.txt"); using (StreamWriter sw = new StreamWriter("result. ...

Feedback