openFilesFoldersDialog
opens a native open file and folder dialog
Syntax
openFilesFoldersDialog(title, startfolder, extensions)
Returns
array string with folder paths
Parameters
- title (string)
- the dialog header title
- startpath (string)
- the path to a folder or file to base the starting point on.
- extensions (string)
- allowed extensions. ie. "*.gif;*.jpeg"