Skip to content

openfolderdialog

Opens a dialog to select a folder. Blocks the calling thread until the dialog is dismissed.

Signature

declare function openfolderdialog(options: dialogOptions?): folder?

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.