| Name | Description | |
|---|---|---|
| Close | ||
| Open | Opens a file ready to write to. | |
| Position | Gets the position with the File. | |
| Seek | Sets the position within the File. | |
| Write | Writes the raw text to the file. | |
| WriteLine | Writes a line to the file including a vbCrLf (cr+lf) at the end of the line. |
| Name | Description | |
|---|---|---|
| EncodeNewLineCharacters Read-Only | ||
| FileName Read-Only | ||
| IsOpen Read-Only | Indicates whether a File is Open. |