Home Segments Index Top Previous Next

448: Mainline

Typically, you assign the file stream to a variable so you can access the file stream whenever you want to read information from the file or write information into the file. The following is an example in which the stream happens to be assigned to a local variable named inputStream:

inputStream := File pathName: 'vtbls.dta'