Create Method

Object List

Defined By:
TextFile

Description:

Creates a new text file or overwrites an existing text file.

Declaration:

Sub Create(ByVal MayExist As Long)

Details:

If MayExist is passed as 0 (False), then Create will generate a new text file. If MayExist is passed as -1 (True), then Create will overwrite the existing text file. You can't pass MayExist as 0 (False) if the text file already exists.