neutralinojs

Can I get the start-up arguments in Neutralinojs?


I'm trying go make an application able to run a file type, I want to get the path to the file which the user opened the app with.


Solution

  • You can use NL_CWD to get the current working directory. See more information about Neutralinojs global variables here.