Read binary data from a file.

 

   
Syntax
 
     

[VBScript]
outData = Gestalt.Read(inFile)

 

   
Params
 
     
Name   Type   Description
outData Array The data held as an array of bytes
inFile String The path to the file to be saved

 

   
Notes
 
     

Use this function to read binary data from a file. The raw data is returned as an Array of Bytes.

 

   
See Also
 
     

Gestalt Save function.