3
Answers

Read from Resource Text File

Darren Murray

Darren Murray

13y
3.2k
1

Hello. I am very new to C#. I am creating a C# console application in VS 2005 and added a text file as a resource. I wish to read this resource file, make a change here and there based on user input and spit out a new one to c:\temp. How do i call this file into StreamWriter. I have found several references on the interent but still confused.
 
 
 

Answers (3)