I am looking for native file choosers dialog boxes for Windows, Linux, and Mac. I was using Java Swing file chooser and I am currently looking for Non-Java alternatives for the same.
What should be the right way to deal with this situation? There are alternatives such as Electron and even some C++ tools which provide the native file chooser. Is that my best bet?
One of my primary concerns is to invoke a native file chooser.