saveStrings()

Output / Files

Description

Writes an array of strings to a file, one per line.

Syntax

bool saveStrings(std::string path, std::vector lines)

Parameters

NameTypeDescription
pathstd::stringpath to write to
linesstd::vectorstrings to write

Returns

bool

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...