windowjs / windowjs

Window.js is an open-source Javascript runtime for desktop graphics programming.

Home Page:https://windowjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an API for file dialogs

joaodasilva opened this issue · comments

Add APIs to open native file open/save dialogs:

File.openFileDialog()
File.openFilesDialog()
File.saveFileDialog()
etc.

Libraries to consider:

https://github.com/mlabbe/nativefiledialog
https://github.com/btzy/nativefiledialog-extended
https://github.com/samhocevar/portable-file-dialogs
https://github.com/AndrewBelt/osdialog
TinyFileDialogs