CommandLineParameters

Hi,

I'am working with juce on MacOSX and i need to get the path to the executable.

With a standard C prog, i would have used argv[0].
I looked at getCommandLineParameters but it seems that it only deals with additional command line parameters ( argv[1] and more ).

Any idea ?

Thx.

Denis.

Have a look at File::getSpecialLocation().