0

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.

moamen
  • 169
  • 1
  • 7

1 Answers1

3

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

Shalitha Suranga
  • 1,138
  • 8
  • 24