ISDBApplication::SelectFolder
From MMWiki
CoClass SDBApplication, Interface ISDBApplication
Function SelectFolder(Folder As String, ShowText As String) As String
[edit]
Parameters
| Name | Type | Description |
|---|---|---|
| Folder | String | The initial value for the folder to be selected. |
| ShowText | String | Text to be shown to user. |
[edit]
Method description
Shows a dialog for selection of a folder.
Returns selected folder or an empty string if user canceled the action.
