Scilab 5.4.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getdrives
コンピュータのファイルシステムにマウントされている全ての ドライブ名を取得する.
呼び出し手順
drives = getdrives()
パラメータ
- drives
文字列の行列
説明
コンピュータのファイルシステムにマウントされている全てのドライブ名を取得します.
コンピュータのファイルシステムにマウントされている全てのルートを 文字列の行列として返します.
Linuxでは, このリストはただ一つのルートディレクトリ / により構成されます. this list consists solely of the root directory, / .
例
getdrives()
Report an issue | ||
<< get_absolute_file_path | Paths - Filenames | getlongpathname >> |