34,333
edits
Changes
→FileMode Options
<tr>
<td>Truncate<td>Opens an existing file and deletes all existing content</td>
</table>
=== FileAccess Options ===
<table border="1" cellspacing="0">
<th>Mode<th>Description</th>
<tr>
<td>Read<td>Opens the file for reading only.</td>
<tr>
<td>ReadWrite<td>Opens the file for both reading and writing</td>
<tr>
<td>Write<td>Opens the file to writing only</td>
</table>