Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
5.5.0 - 日本語

Change language to:
English - Français - Português - Русский

Please note that the recommended version of Scilab is 2024.0.0. This page might be outdated.
See the recommended documentation of this function

Scilabヘルプ >> GUI > uigetdir

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")

参照

  • uigetfile — ファイル,名前,パス,フィルタ添字取得用のダイアログウインドウ
  • uiputfile — ファイル選択/保存用の標準ダイアログボックスを開く.
Report an issue
<< uigetcolor GUI uigetfile >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Fri Apr 11 14:18:58 CEST 2014