Web3S_Demo > Web 3S File Io Function Library > Make File Writer

Make File Writer

Constructs a new file writer object for the specified filepath.

Inputs

In
Exec

Filepath
String

Path to the requested file.

Append
Boolean

If true, new data will be appended to the file, otherwise writing starts at 0.

Outer
Object Reference

Optionally, a custom outer object. Uses transient package by default.

Outputs

Out
Exec

Writer
Web 3S File Writer Object Object Reference

If successful, the created writer instance, otherwise nullptr.