openfolderdialog¶
Opens a dialog to select a folder. Blocks the calling thread until the dialog is dismissed.
Signature¶
Extensions¶
Summary¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
options |
dialogOptions? |
Optional options for the dialog. |
Returns¶
| Type | Description |
|---|---|
folder? |
Folder object, or nil if the user cancelled. |