FileInterface.AtEndMode Property

Top 

Description

If enabled, the stream position is set to the end of the file after each write operation. This cannot be changed while the file is open.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = myFileInterface1.AtEndMode;

 

myFileInterface1.AtEndMode = myVariable1;

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data