Abdullah AKALIN

Abdullah AKALIN

  • NA
  • 30
  • 34.9k

How can I change a .txt file's text in c:\windows?

Oct 30 2010 12:03 PM

Hello.I want to edit a txt file in c:\windows but I can't...I'm using this code:
StreamWriter sw = new StreamWriter(@"c:\windows\zamma\zamma.txt");
            sw.Write(textBox3.Text);
            sw.Close();
 
What's wrong whit my code? Thanks in advance....
(sorry for my Englisch...)
 

Answers (8)