Changes

Jump to: navigation, search

Working with Files in Visual Basic

7 bytes added, 15:32, 10 August 2007
FileMode Options
<th>Mode<th>Description</th>
<tr>
<td>Append<td>If the file exists it is opened. Any writes are appended to the end of the file. <br> Requires File.Access''FileAccess.Write '' mode</td>
<tr>
<td>Create<td>Creates a new file, removing old file if it already exists</td>

Navigation menu