Changes

Jump to: navigation, search

Working with Files in Visual Basic

282 bytes added, 15:32, 10 August 2007
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>

Navigation menu