Write and read a file

Rock_4_ever

Member
Joined
Sep 16, 2009
Messages
5
Programming Experience
Beginner
Hi,

I have search on google but i have just find this function
SteamWriter. This fonction for writing work, but the script create always a new file... I want write under the last line...

And with your fonction, how i can read it line by line for use in select menu...

thx
 
You can specify the write mode in the constructor. Meaning hit comma in the constructor and then read what intelisense displays.
 
Back
Top