引数がディレクトリパスかどうかを調べる
r=isdir(path)
文字列または文字列の行列, ファイルのパス名
論理値, path
がディレクトリへのパスの場合に真.
r=isdir(path)
は, path
がディレクトリへのパスかどうかを調べます.
この関数はC関数 stat に基づいています. SCI
および
Scilabディレクトリに関するショートカット~
およびホームディレクトリが処理されます.
Version | Description |
6.0.2 | isdir("w:") and isdir("w:\") and isdir("w:/") now return %F when the drive W: does not exist. |