BE_FolderSelectDialog
BE_FolderSelectDialog ( prompt {; inFolderPath } )
Displays the standard OS select folder dialog which doesn't allow you to choose a file, only a folder. Changes the title of the dialog to the prompt specified.
Version 1.0
1.3 : Added the optional inFolderPath parameter.
2.0 : Add New Folder button.
2.2 : Updated dialogs for new Windows OS versions.
4.0 : return error 3, command not available on iOS, Linux and under FMS.
4.0.2 : Renamed from BE_SelectFolder
Parameters :
- prompt : the text to display in the dialog.
- inFolderPath ( optional ) : The folder to start in when opening the dialog. Defaults to the last used folder.
Result : the path to the folder selected, or an empty string if the user cancels.