ICommonUI.ShowSelectFolderDialog method
Namespace: NextDesign.Desktop
Description
Shows an open folder dialog and gets the path of the folder selected in the dialog.
Returns null if the dialog was canceled.
argument
Name | Type | Description |
---|---|---|
title | string | Dialog title (uses application name if omitted) |
initialPath | string | Initially selected folder path (If omitted, the previously selected folder will be initially selected) |
Return value
- string