Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
is_absolute_path
引数が絶対パスかどうか調べる
呼び出し手順
r = is_absolute_path(path)
引数
- path
文字列または文字列の行列: ディレクトリパス名.
- r
論理値:
path
が絶対パスの場合に%t
説明
r = is_absolute_path(path)
は
path
が絶対パスかどうかを調べます.
例
is_absolute_path(TMPDIR) is_absolute_path("./scilab/modules/fileio")
参照
- get_absolute_file_path — Scilabでオープンしたファイルの絶対パス名を出力します.
- fileparts — ファイルパスのパス,ファイル名,拡張子を返す
Report an issue | ||
<< getshortpathname | Paths - Filenames | pathconvert >> |