Skip to main content

FileChooser.accept() method

Accept the file chooser request with given paths.

Signature:

accept(filePaths: string[]): Promise<void>;

Parameters

ParameterTypeDescription
filePathsstring[]If some of the filePaths are relative paths, then they are resolved relative to the current working directory.

Returns:

Promise<void>