This section lists tasks associated with reading from files.
Demonstrates how to read from a text file.
Demonstrates how to read from a delimited text file.
Demonstrates how to read from a fixed-width text file.
Demonstrates how to read from a text file with multiple formats.
Demonstrates how to read from a binary file.
Demonstrates how to read from a text file in the My Documents directory.
Demonstrates how to use a StreamReader to read from a file.
Describes the My.Computer.FileSystem object and its members.
Describes the ReadAllText method.
Describes the ReadAllBytes method.
Describes the OpenTextFieldParser method.
Describes the OpenTextFileReader method.
Demonstrates how to read data from the Clipboard.
Provides an overview of reading text files with the TextFieldParser object.
Demonstrates how to use the My feature with files and directories.
Demonstrates how to use .NET Framework methods with files and directories.