#I need to be able to download a file to a specific directory
4 messages · Page 1 of 1 (latest)
if you do not know the electron bascis, you can read them here:
https://www.electronjs.org/docs/latest/
you have to check the nodejs api for that. so include "node" or "nodejs" in your google search.
https://stackoverflow.com/questions/11293857/fastest-way-to-copy-a-file-in-node-js
in the main process you have full acces to node thuss access to the file system etc with the node api.