Read binary data from a file.
[Visual Basic] Function Read(inFile As String) As Byte()
Function Read(inFile As String) As Byte()
[C#] byte[] Read(string inFile);
byte[] Read(string inFile);
Use this function to read binary data from a file. The raw data is returned as an array of bytes.
Gestalt Save function.