Tagged Questions
2
votes
1answer
95 views
Restrict SystemDialogInput to open certain file types
The documentation for SystemDialogInput shows how to restrict the types of files shown.
SystemDialogInput["FileOpen",".nb"]
...
6
votes
1answer
143 views
How to save data using FileNameSetter or similar
I would like to export data to a file using a SaveAs type dialog, using something like FileNameSetter[name,"Save"] to give a browse button.
Any help with this ...