Hi,
I am trying to use the Node webkit's action "Run file" to execute/run a program or open a file and I am not able to do this.
For example, I've been trying to open the program "dxwebsetup.exe" present in the AppFolder and it does not do anything.
I write the path like this: NodeWebkit.AppFolder & "dxwebsetup.exe"
I've also try it using the UserFolder (placing the files in my user folder) and trying to open other .exe programs and other type of files like .pdf but it has never worked.
I've try it in preview mode with Node-Webkit preview browser and also exporting the project with Node-Webkit and running it.
Nevertheless, the "Write File" action, for example, did work. The only action I can't make work is "run file". And it is the one I need :(
Somebody can help me??