FileReadAllBytes

Opens a file, reads the file content into a byte array, and then closes the file.

SYNTAX
FileReadAllBytes(fileName) 
ARGUMENTS fileName The file to open
RETURN The complete file content as byte array