HOSTEX_PRINTFILE_MODE Data Type

HostExplorer Programming

HOSTEX_PRINTFILE_MODE Data Type

The HOSTEX_PRINTFILE_MODE data type specifies the method that HostExplorer uses to print to a file.

The data type has the following values:

Value

Definition

HOSTEX_PRINTFILE_MODE_OVERWRITE

Specifies that HostExplorer overwrites the target file with the new material.

HOSTEX_PRINTFILE_MODE_APPEND

Specifies that HostExplorer appends the new material to the existing contents of the target file.

HOSTEX_PRINTFILE_MODE_AUTO_NUMBER

Specifies that HostExplorer prefixes a line number to each line it writes to the target file.


Related Topics

VTPrintFileMode