IsOpen Property

Object List

Defined By:
BinaryFile

Description:

Indicates whether or not the binary file is open.

Settings:


Setting Description


False(0) (Default) The binary file is closed.

True(-1) The binary file is open.

Details:

This property is read only and can't be changed. If IsOpen is True, the binary file is open. If IsOpen is False, the binary file is closed.

Data Type: Boolean (Read only)