FileInterface.AppendMode Property

Top 

Description

If enabled, the stream position is set to the end of the file when the file is initially opened. Otherwise the stream position will be at the beginning of the file. This cannot be changed while the file is open.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myFileInterface1.AppendMode;

 

myFileInterface1.AppendMode = myVariable1;

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data