Skip to content

Add FILE_DIALOG_OPEN_FOLDER to CefBrowser.runFileDialog() #498

@smilefx

Description

@smilefx

Is your feature request related to a problem? Please describe.
I am trying to open a folder pick dialog using CefBrowser.runFileDialog() but am missing the option to select a folder instead of a specific file.

Describe the solution you'd like
Implement the CefDialogHandler.FileDialogMode.FILE_DIALOG_OPEN_FOLDER-Option which is already available in CEF as far as I am aware.

Describe alternatives you've considered
Using the showDirectoryPicker() JavaScript-Method but this does not return the absolute path.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions