selectInput()
Input / FilesDescription
Opens a file chooser dialog to select an input file. Returns the selected path.
Syntax
std::string selectInput(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...