Thanks!

Its actually a little easier this way i figured out:

string[] lines = {"each","word","is","a","different","line"};
File.WriteAllLines(@"c:\ttt.txt", lines, Encoding.Default);

you dont even need a foreach loop just "File.WriteAllLines" and then the name of the array