====== Write fichier binaire ====== This action allows you to write 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 name of the file to write. == Data == The data to write. ===== Exceptions ===== * [[en:actions:exceptions#Bad parameter|Bad parameter]] * [[en:actions:exceptions#Code error|Code error]] * [[en:actions:exceptions#timeout|Timeout]] * [[en:actions:actionwritebinaryfile#unable_to_write_to_the_file|Unable to write to the file]] ==== Unable to write to the file ==== This exception is thrown when the file cannot be written. * Default action: stop the script execution