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 ?
Hi,
Looking at the
showOpenDialog, I noticed that I can't add aAll Files (*.*)filter.(Edit) I did try each of theses separately :
(none of thoses four ways works).
Is there any way to do that ?