selectFolder()
Input / FilesDescription
Opens a folder chooser dialog. Returns the selected folder path.
Syntax
std::string selectFolder(std::string prompt)
Parameters
| Name | Type | Description |
|---|---|---|
| prompt | std::string | dialog message |
Returns
std::stringRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...