Question
File SaveDIALOG
I am using the following code to open the FileSaveAs Dialog
var file = File.saveDialog('Save info', 'Info:*.txt');
On a Mac there is no File Extension added unlike in Windows. Is there a way to force an extension or this just the way it works on MAC
Ian
