dialog for selecting a directory
directory = uigetdir()
directory = uigetdir(start_path [,title])
: :title the title for the uigetdir window. : :directory is the user selected directory if user answers “Ok” or
the ” ” string if user cancels.
:
Creates a dialog window for selecting a directory
uigetdir()
uigetdir("SCI/modules/")
uigetdir("SCI/modules/", "Choose a directory")