Skip to main content

LoadFile

LoadFile Function

Returns the byte stream of a file.

Syntax

LoadFile (scalar FilePath)

Arguments

ArgumentDescription
scalar FilePathFull file path of the file to be loaded

Examples:

LoadFile(Expand("%ROOTDIR%")+"\Fusion Studio\Graphics\fusion_logo.png")

Returns the byte array of a file specified.

LoadFile("C:\Temp\image.bmp")

Returns the byte array of a file specified.