Guys, I need to save a screen recording (screenRecord) in any folder on Windows (Windows Node.js application).
All the resources I found in Construct, save the file, with opening the window for the user to choose the place to save the file (invokeDownload).
In the browser I can get around it, enabling Save without asking in Google Chrome, but in the desktop application (compiled in Node.js) it always asks.
Does anyone have any suggestions on how to get around this problem.
Some function in javascript or node.js that allows saving the file (video.mp4) in a folder.
Thanks