I am making a simple MP3 Tag editor using JavaFx for my own use on my Mac
I can right click an MP3 file and view the info with Get Info and set the association for MP3s to be my tag editor when the file is double clicked
A command line version of the app would accept the path/filename through the String args passed on the command line but with a JavaFx application this is not passed.
So I was wondering, how do I get the path to the file that launched the JavaFx app?