File I/O in the .NET Framework with Visual Basic

When performing complex file I/O operations, such as isolated storage, Visual Basic users may need to investigate the .NET Framework and the classes it offers. This section provides an overview of file I/O and FileSystem concepts in the .NET Framework and a listing of commonly used classes.

In This Section

See Also

Tasks

How to: Read Text from Files with a StreamReader (Visual Basic)

How to: Write Text to Files with a StreamWriter in Visual Basic

How to: Read From Text Files in Visual Basic

Reference

System.IO