Reads the contents of a file as a binary blob.
fileName: The name of the file to read.
fileName
data: The contents of a file as a blob. If the file cannot be read, data will be an invalid blob.
data
success: true if the file was successfully read and false otherwise.
success
true
false