I want to write some code into my .C macro which when called, pops up a file browser which I can use to navigate my file system and choose a file. When I choose the file, a string is returned with the full path and filename of the file I chose. Can this be done with a few lines of code? Something along the lines of java’s file chooser and the example code found here…
https://docs.oracle.com/javase/7/docs/api/javax/swing/JFileChooser.html