An example of showing a dialog to select multiple files: const { dialog } = require('electron') console.log(dialog.showOpenDialog({ properties: ['openFile' ...
確定! 回上一頁