Scilab 6.0.2
- Scilabヘルプ
- GUI
- Borders
- Layouts
- Menus
- Tree
- about
- clipboard
- close
- consoleプロパティ
- createWindow
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- 対話型エディタ
- loadGui
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- saveGui
- setlookandfeel
- toolbar
- toprint
- uicontrol
- uicontrolプロパティ
- uigetdir
- uigetfile
- uigetfont
- uiputfile
- 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) 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 | ||
<< uicontrolプロパティ | GUI | uigetfile >> |