User Tools

Site Tools


en:actions:actionreadbinaryfile

Differences

This shows you the differences between two versions of the page.


Previous revision
en:actions:actionreadbinaryfile [2021/02/13 11:23] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 ====
 +<BOOKMARK:unable_to_read_file>
 +
 +This exception is thrown when the file cannot be read.
 +  * Default action: stop the script execution