- :string
dialog
show a file selection dialog and return selection
Parameters
dialog title :string
Attributes
folder | select folders instead of files | |
path | :string | use given starting path |
Returns
Examples
copyselectedFile: dialog "Select a file to open" ; gets full path for selected file, after dialog closes
copyselectedFolder: dialog.folder "Select a folder" ; same as above, only for folder selection