FileInterface.BinaryMode Property

Top 

Description

Determines if the file stream is in binary mode, rather than text mode. 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.BinaryMode;

 

myFileInterface1.BinaryMode = myVariable1;

 

See also

FileInterface Object

Interfacing with Files Guide

Parsing Arbitrary String Data