Reads an on-disk or in-memory binary file (such as an executable or image file) on the server, into a binary object
fileReadBinary(filePath)
returns binary
Name | Type | Required | Default | Description |
---|---|---|---|---|
filePath | string | Yes | Absolute path to the file. |
Uses expandPath to grab a file in current directory.
binaryContent = fileReadBinary(expandPath('./file.pdf'));