Hi there,
Using a line like this on a Windows machine:
myFile= File.saveDialog("Save Settings", "Super script extension:
*.sse");
this makes sure that whatever name the user chooses for their file, the
correct .ccpp extension will be added.
From the documentation, it looks like the Mac will ignore the second
string in the brackets.
If this is so, how would you open save dialog on a Mac and make sure the
file gets saved with the correct extension?
Many thanks,
Ariel