This section lists tasks involving writing to files.
Demonstrates how to write to text files.
Demonstrates how to append text to a text file.
Demonstrates how to write to a binary file.
Demonstrates how to create and write to a new text file in the My Documents directory.
Demonstrates how to write to a file with a System.IO..::.StreamWriter object.
Describes the My.Computer.FileSystem object and its methods and properties.
Describes the OpenTextFileWriter method.
Describes the WriteAllBytes method.
Describes the WriteAllText method.
Lists tasks involving reading from files.
Lists tasks involving creating, deleting, moving, and renaming files and directories.
Lists tasks involving determining file, directory, and drive properties.
Demonstrates how to write data to the Clipboard.
Provides an overview of file encodings.