File Writing!

Guardian

Active member
Joined
Jan 19, 2005
Messages
44
Location
England
Programming Experience
5-10
hi, i am making a small app that needs to save a plain text file (.txt) my problem is that using this code to savbe:

rtfMain.SaveFile(sFilePath, RichTextBoxStreamType.PlainText)

causes it to use richtext formating, which i dont want! i alsodont want to have to use a For loop to read all the lines and save thefile manually. does anyone have any ideas?

thanks

- Guardian
 
Back
Top