electron有没有调用explorer.exe的用法大全

const path = require('path')
let exec = require('child_process').exec
exec('explorer.exe /open,"' + path.join(__static, '/resource/temple.docx' ) + '"')
上面部分代码是我用来打开本地文件的方法,想请问一下有没有类似的下载文件的方法?希望各位赐教,谢谢!