Text Files

  • Thread starter Thread starter AlexS
  • Start date Start date
* "AlexS said:
see TextStream class and related exampes

Mhm... 'System.IO.StreamReader' is IMO the most important class when
reading text files. The 'StreamWriter' can be used to write data to a
text file.
 
Back
Top