Scilab 6.0.1
- Scilabヘルプ
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getmd5
- getURL
- %io
- isfile
- listfiles
- listvarinfile
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- save_format
- scanf
- scanf_conversion
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
isfile
引数が既存のファイルかどうか調べる
呼び出し手順
x = isfile(filenames)
引数
- filenames
文字列または文字列の行列.
- x
論理値の行列 (
filenames
が 存在する場合に%t
).
説明
x = isfile(filenames)
は,filenames
が
既存のファイルかどうかを調べます.
(ディレクトリはファイルではありません.
isdirを参照ください.)
Report an issue | ||
<< %io | Files : Input/Output functions | listfiles >> |