Scilab 5.5.2
- Scilab Help
- Files : Input/Output functions
- Directory
- Paths - Filenames
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getURL
- getmd5
- %io
- isfile
- listfiles
- listvarinfile
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- 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
checks whether argument is an existing file
Calling Sequence
x = isfile(filenames)
Arguments
- filenames
a character string or a string matrix.
- x
a matrix of boolean (
%t
iffilenames
are existing files).
Description
x = isfile(filenames)
checks whether filenames
is an existing file or not (a
directory is not a file). See also isdir.
See Also
Report an issue | ||
<< %io | Files : Input/Output functions | listfiles >> |