Writes file contents from byte array.
|
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. |
|
Out
Exec
|
|
|
Succeeded
Exec
|
|
|
Failed
Exec
|
|
|
Error Message
String
|