LoadFile
LoadFile Function
Returns the byte stream of a file.
Syntax
LoadFile (scalar FilePath)
Arguments
| Argument | Description |
|---|---|
scalar FilePath | Full 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.