Skip to main content
Version: 19.8.0

FileChooser.accept() method

Accept the file chooser request with given paths.

Signature:

class FileChooser {
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>