This documentation is archived and is not being maintained.
How to: Write Text to a File
.NET Framework 3.5
Updated: January 2010
The following code example shows how to write text to a text file.
It reads all the text flies, using a "*.txt" search pattern, from the user's documents folder and writes them into a large text file.
Note: |
|---|
Visual Basic users may choose to use the methods and properties provided by the My.Computer.FileSystem object for file I/O. For more information, see My.Computer.FileSystem Object. |
Show:
Note: