Web3S_Demo > Web 3S Write File Binary Async > Write File (Binary)

Write File (Binary)

Writes file contents from byte array.

Inputs

In
Exec

Filepath
String

Path to the requested file.

Data
Array of Bytes

Byte array with data to be written.

Create
Boolean

If true, new file will be created if it does not exist.

Overwrite
Boolean

If true, file will be overwritten if it exists.

Outputs

Out
Exec

Succeeded
Exec

Failed
Exec

Error Message
String