createWriter()

Output / Files

Description

Creates a PrintWriter object for writing text to a file.

Syntax

PrintWriter* createWriter(std::string path)

Parameters

NameTypeDescription
pathstd::stringpath to the file

Returns

PrintWriter*

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...