Hi guys
I have an issue with the following:
I'd like to be able to double click an .xml session file in the finder (currently working on OSX but it's for WIndows also) and it launch my Juce application and also pass in its filename so that the Juce app can subsequently load the session file once intialised. Also double-clicking a session data file whilst the app is running should also potentially load the data file.
I can see how to pass in command line args, which works fine, but I can't see a way to retrieve the filename of the launching session file.
Any clues?!
Cheers :)