====== Read binary file ====== This action allows you to read a binary file. Such a file contains data that cannot be read using a text editor, such as an image, a sound, etc. ===== Standard parameters ===== ==== Input parameters ==== == File == the file to write. ==== Output parameters ==== == Variable == The name of the variable where to store the content of the file. ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]] * [[en:actions:actionreadbinaryfile#unable_to_read_file|Unable to read the file]] ==== Unable to read the file ==== This exception is thrown when the file cannot be read. * Default action: stop the script execution