In order to read and write to a sequential file, I am using Streamreader and streamwriter classes. and it works fine.

In a book which I am going thru, first a "FileStream" object is created.

why do I need a "FileStream" object?

thanks
nath