selectFolder()

Input / Files

Description

Opens a folder chooser dialog. Returns the selected folder path.

Syntax

std::string selectFolder(std::string prompt)

Parameters

NameTypeDescription
promptstd::stringdialog message

Returns

std::string

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...