Im new to C# but learning as I go forward, so forgive me if my question might be a little too easy for most of you guys. :-)
My question has two parts.
First: I have three textfiles (with fixed names) with totaly different contents. I now want these combine into one single textfile.
Second: During this combination process I also want every comma(,)
in these files to be changed to a dot(.) in the output combined file.
I have managed to do something similar with StreamReader and StreamWriter in combination with ReadLine in vb but cant get it to work in C#.
Im thankful for any help I can get.
/Tomas