OpenAsBinary

Opens a file for reading as a binary file.

Tip:

To read a binary file, call Read in a loop that runs until IsEOF indicates that the end of the file has been reached.

Syntax

<HFMwFileReader>.OpenAsBinary bstrFileName

Argument

Description

bstrFileName

The name and path of the file to open.

Input argument. String subtype.