saveStrings()
Output / FilesDescription
Writes an array of strings to a file, one per line.
Syntax
bool saveStrings(std::string path, std::vector lines)
Parameters
| Name | Type | Description |
|---|---|---|
| path | std::string | path to write to |
| lines | std::vector | strings to write |
Returns
boolRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...