Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 02, 2009 10:20 AM by skkanna
0 Points
2 Posts
Mar 30, 2009 01:09 PM|LINK
hello I am working in a application. In which I want to write In message in one file and out message in another file. I want to know what is the best way to write message in a file. which take less process utilization and also efficent. Regards
Member
260 Points
52 Posts
Apr 02, 2009 10:20 AM|LINK
hai,
Simple and efficient way to read and write the file
To wirte a file
File
itmeagain
0 Points
2 Posts
file writing suggestion requried (urgent)
Mar 30, 2009 01:09 PM|LINK
hello
I am working in a application. In which I want to write In message in one file and out message in another file. I want to know what is the best way to
write message in a file. which take less process utilization and also efficent.
Regards
skkanna
Member
260 Points
52 Posts
Re: file writing suggestion requried (urgent)
Apr 02, 2009 10:20 AM|LINK
hai,
Simple and efficient way to read and write the file
To wirte a file
File
.WriteAllText("filepath", "Content"); to read a file File.ReadAllText("filepath");