Skip to content

dialog.showOpenDialog() filter : all files (*.*) #2525

@gjuchault

Description

@gjuchault

Hi,

Looking at the showOpenDialog, I noticed that I can't add a All Files (*.*) filter.

(Edit) I did try each of theses separately :

filters: [
  { name: All files (*.*)' }
  { name: All files (*.*)', extensions: [] },
  { name: All files (*.*)', extensions: [ '*' ] },
  { name: All files (*.*)', extensions: [ '*.*' ] },
]

(none of thoses four ways works).
Is there any way to do that ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions