ShowSelectFolderDialog Method
ShowSelectFolderDialog, show Windows default Select Folder dialog.
var value; // Type: string
// Parameters
var DialogTitle; // Type: string
var Path; // Type: string
value = ShowSelectFolderDialog(DialogTitle, Path);
function ShowSelectFolderDialog(
: string,
: string
) : string;
Parameters
- DialogTitle
- Title of the dialog window.
- Path
- Absolute path of the initial folder.