tk_getdir — dialog to get a directory path
path=tk_getdir([Title="string"]) path=tk_getdir(startdir,[Title="string"]) path=tk_getdir(startdir,windowtitle)
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
.