Opens a file so that a series of operations may be performed on it.
object.OpenFile(fileName)
object.OpenFile(fileName, encoding)
The following parameters are available:
Parameter | Description |
fileName | The complete file path to open. |
encoding | The character encoding to use. |
None