When in JSL a "Save...." function is called without specifying where to save the object, JMP pops up an operating system window and allows the user to navigate and name the file, and then save it.
i.e.
myWindow << Save Presentation();
myReport << Save HTML();
I would like to see something like:
thePath = myWindow << Save Presentation();
Where, thePath would return the path/file name that was saved