dir_ans = uigetdir()
dir_ans = uigetdir(path)
dir_ans = uigetdir(path, title)
| Parameter | Description |
|---|---|
| path | a string: initial path |
| title | a string: title of the dialog box |
| Parameter | Description |
|---|---|
| dir_ans | 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();
| Version | Description |
|---|---|
| 1.0.0 | initial version |