Constructs a new file writer object for the specified filepath.
|
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. |
|
Out
Exec
|
|
|
Writer
Web 3S File Writer Object Object Reference
|
If successful, the created writer instance, otherwise nullptr. |