Node.js calls windows native selection file and folder pop-up box

how do you use Node.js to call windows to natively select the dialog, of a file / folder like this?

are there any api or npm modules?

May.27,2021

this function is fascinating. Maybe you want to ask Electron ?

const {dialog} = require('electron')

https://electronjs.org/docs/a.


as far as I know, there is no such feature

Menu