Read binary data from a file.
[VBScript] outData = Gestalt.Read(inFile)
outData = Gestalt.Read(inFile)
Use this function to read binary data from a file. The raw data is returned as an Array of Bytes.
Gestalt Save function.