Skip to end of banner
Go to start of banner

readFromBinaryFile

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Description

Read the bytes of a binary file.

Parameters

Return Type

Byte []

An array of bytes read from the binary file.

Example

Example 1

byte [] fileContent = readFromTextFile("C:/icon.jpg");

It is recommended that you use forward slashes () for file paths. As a general observation use the silEnv() routine to create an absolute path.

See also

Filter by label

There are no items with the selected labels at this time.

  • No labels