dialog to get a directory path
path = tk_getdir() path = tk_getdir(startdir) path = tk_getdir(startdir, windowtitle) path = tk_getdir(…Title="string")
a character string which gives the initial directory used for directory search. By default tk_getdir uses the previously selected directory.
is the user selected file path if user answers "Ok" or the " " string if user answers "Cancel"
Optional argument which gives the title for the tk_getdir window. Warning
: Use the new variable
Title
instead of the old variable title
.
Creates a dialog window for file selection.
Version | Description |
5.2.2 | tk_getdir was published up to Scilab 5.2.2.
It is replaced with uigetdir. |