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

Write File (String)

Writes file contents from string.

Inputs

In
Exec

Filepath
String

Path to the requested file.

String
String

String 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