ITextUpdateAppendOrCreate

Declaration

ITextUpdateAppendOrCreate : IDispatch
Overview

This interface is meant to configure text file append or create operation.
Properties 

String FileContent
Gets or sets the content for the new file or the text that will be
appended if already exists.
String Encoding
Gets or sets the file
encoding that will be created. Supported values: “ansi”, “utf8”, “utf16”,
“none”.
String FileExistsBehavior
Gets or sets the
behavior of the operation for existing files. Supported values: “append”,
“override”, “none”.