Skip to content

openfilesdialog

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

Signature

declare function openfilesdialog(options: fileDialogOptions?): {file}?

Extensions

Summary

Parameters

Parameter Type Description
options fileDialogOptions? Optional options for the file dialog.

Returns

Type Description
{file}? Array of file objects, or nil if the user cancelled.