Open Method

Object List

Defined By:
TextFile

Description:

Opens the text file for reading and writing.

Declaration:

Sub Open(ByVal MustExist As Long)

Details:

If MustExist is passed as -1 (True), then the text file must already exist. If MustExist is passed as 0 (False), the file will be created if it does not already exist. If MustExist is passed as 0 (False) and the file already exists, Open will open the existing file.