I've exported a project with nwjs as my option and
I'm trying to simple run a file from appfolder using the expression
NWjs.AppFolder & "Program\test.bat"
and it doesn't work even if I put a folder with the bat file around the executable it's really annoying me .
Soo what am I missing with the filepath syntax,etc or just in general what is the hardcoded syntax of filepath's
when writing expressions within construct 3 especially when it comes to nwjs.appfolder nwjs.userfolder,etc
It worked when I used shell open method in the nwjs object with the expression
"test.bat"
however I'm under the impression that is not the correct way to open files or am I mistaken and this can be used?
Please someone help me and can someone please write in the manual the syntax for this file path stuff too?.