ReadFileTool🔗

Reads the contents of a file as a binary blob.

Inputs🔗

  • fileName: The name of the file to read.

Outputs🔗

  • data: The contents of a file as a blob. If the file cannot be read, data will be an invalid blob.

  • success: true if the file was successfully read and false otherwise.