Scilab 5.4.1
- Scilab help
- GUI
- Tree
- about
- addmenu
- clipboard
- close
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- setlookandfeel
- setmenu
- toolbar
- toprint
- tree_show
- uicontextmenu
- uicontrol
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- uiputfile
- unsetmenu
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
uigetdir
ディレクトリを選択するダイアログ
呼び出し手順
directory = uigetdir() directory = uigetdir(start_path [,title])
引数
- start_path
選択用の初期ディレクトリを指定する文字列. デフォルトでuigetdirはカレントのワーキングディレクトリを 使用します.
- title
uigetdirウインドウの表題.
- directory
ユーザが"Ok"を実行した場合はユーザが選択した ディレクトリ, ユーザがキャンセルした場合は " "文字列.
説明
ディレクトリを選択するダイアログウインドウを作成します.
例
uigetdir() uigetdir("SCI/modules/") uigetdir("SCI/modules/", "Choose a directory")
Report an issue | ||
<< uigetcolor | GUI | uigetfile >> |