ICommonUI.ShowSaveFileDialog method ¶
Namespace: NextDesign.Desktop
Description¶
Shows the save file dialog and gets the path of the file selected in the dialog. Returns null if the dialog was canceled.
argument¶
Name | Type | Description |
---|---|---|
title | string | Dialog title (If omitted, the application name is used) |
filter | string | Filter when selecting the save destination (If omitted, all files are targeted) |
initialPath | string | Initial value of the file name to be saved (If omitted, there is no initial value) |
Return value¶
- string