File.readFileAsBytes()

Signature

Object readFileAsBytes (String filePath)

Domain

ACTION, BUI

Description

Read the contents of the specified file and return a byte[]

Parameters

NameTypeDescription
filePathStringThe file to read

Returns

TypeDescription
ObjectContents of the file as bytes

Cautions

none