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

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ヘルプ >> Files : Input/Output functions > Paths - Filenames > is_absolute_path

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

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:
Thu Feb 14 15:02:14 CET 2019