Moo_DialogFolder ( sTitle; bNewFolder );
This functions shows a standard folder picker dialog and returns the path to the chosen folder.Parameters
| Name | Type | Required | Default | Description |
| sTitle | String | No | The title of the dialog. | |
| bNewFolder | Boolean | No | False | Should the new folder button be shown. |
Return Value
Returns either the path to the chosen folder, or an error code.
Notes
Had parameters added in MooPlug Version 0.4.4.
Errors
| Error Code | Description |
| Moo_DialogFolder|Err_1 | Invalid number of arguments. |
| Moo_DialogFolder|Err_2 | Dialog cancelled by user. |
| Moo_DialogFolder|Err_3 | Error retrieving chosen path. |
Related Functions
