Scilab 6.0.0
- Aide de Scilab
- Entrées/Sorties [fichiers]
- Répertoire
- Chemins - nom de fichiers
- copyfile
- deletefile
- dispfiles
- fileinfo
- findfiles
- fprintfMat
- fscanfMat
- getURL
- getmd5
- %io
- isfile
- listfiles
- listvarinfile
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- save format
- scanf
- scanf_conversion
Aide de Scilab >> Entrées/Sorties [fichiers] > isfile
isfile
checks whether argument is an existing file
Syntax
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.
Comments
Add a comment:
Please login to comment this page.