Want to build the ChatGPT based Apps? Start here
Become a member
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Abdullah AKALIN
2.1k
30
34.4k
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...)
Reply
Answers (
8
)
developing a dynamic class timetable
Asking for right solution for the Video and Voice Chat application, problem getting in client machine IP over internet ?