selectOutput()

Output / Files

Description

Opens a file chooser dialog to select an output file. Returns the path.

Syntax

std::string selectOutput(std::string prompt, std::string filter)

Parameters

NameTypeDescription
promptstd::stringdialog message
filterstd::stringfile extension filter (optional)

Returns

std::string

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...