problem in writing to text file

RoVale

New Member
I am able to create a text file using File object in C#. <BR>File fl = new File(path)<BR>The problem is how can i write some text in to the created file ?<BR>Please help me in writing to a file
 
Top