Probably an easy answer...
Ok, this is probably an easy answer, but having some trouble figuring it out, there's no documentation in the scripting manual. I'm looking to open a file with the open dialog like so:
var myFile = File.openDialog("Choose a File");
How do you filter file types for Mac? (looking to open an InDesign document)