createWriter()
Output / FilesDescription
Creates a PrintWriter object for writing text to a file.
Syntax
PrintWriter* createWriter(std::string path)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to the file |
Returns
PrintWriter*Related
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...