170 likes | 465 Views
Ch 10 Sequential Access Files. Sequential Access Files. Reading a file Writing to a file Input files Output files Sequential access files. Creating a Stream for Output. Opening a File for Output. Writing Data to a File. Creating a Stream for Input. ‘declare a StreamReader variable
E N D
Sequential Access Files • Reading a file • Writing to a file • Input files • Output files • Sequential access files
Creating a Stream for Input ‘declare a StreamReadervariable Dim inFile As IO.StreamReader
AnExample Contestant names appear in the Contestants box
Data in the File Names contained in the contestants.txt file