M Mike Johnson May 17, 2004 #2 Anyone know where I can find some good examples on how to access a text file.
H Herfried K. Wagner [MVP] May 17, 2004 #3 * "AlexS said: see TextStream class and related exampes Click to expand... 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.
* "AlexS said: see TextStream class and related exampes Click to expand... 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.