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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c025-4ef43.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c025-4ef43.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?