34,333
edits
Changes
→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>