selectOutput()
Output / FilesDescription
Opens a file chooser dialog to select an output file. Returns the path.
Syntax
std::string selectOutput(std::string prompt, std::string filter)
Parameters
| Name | Type | Description |
|---|---|---|
| prompt | std::string | dialog message |
| filter | std::string | file extension filter (optional) |
Returns
std::stringRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...