<< questdlg | Gui module | helpdlg >> |
dir_ans = uigetdir() |
dir_ans = uigetdir(path) |
dir_ans = uigetdir(path, title) |
a string: initial path
a string: title of the dialog box
a string (returned path) or 0 if dialogbox is canceled
uigetdir opens a dialog box for selecting a directory.
If path is wrong or not given, the current working directory will be used.
A = uigetdir();
pwd.
Version | Description |
---|---|
1.0.0 | initial version |
Allan CORNET