Moo_DialogFile ( bOpen; sTitle; sDefault );
This functions shows a standard file picker dialog and returns the chosen file.Parameters
Name | Type | Required | Default | Description |
bOpen | Boolean | No | False | Show the open file dialog instead of save file. |
sTitle | String | No | The title of the dialog. | |
SDefault | String | No | The default filename. |
Return Value
Returns either the path to the chosen file, or an error code.
Notes
Had parameters added in MooPlug Version 0.4.4.
Errors
Error Code | Description |
Moo_DialogFile|Err_1 | Invalid number of arguments. |
Moo_DialogFile|Err_2 | Dialog cancelled by user. |
Related Functions