OpenFile Method

Opens a file so that a series of operations may be performed on it.

Syntax

object.OpenFile(fileName)

object.OpenFile(fileName, encoding)

Parameters

The following parameters are available:

Parameter Description
fileName The complete file path to open.
encoding The character encoding to use.

Return Type

None