Scilab 6.0.0
- Ajuda do Scilab
- Arquivos : funções de Entrada/Saída
- Directory
- Paths - Filenames
- fileinfo
- getmd5
- newest
- copyfile
- deletefile
- dispfiles
- findfiles
- fprintfMat
- fscanfMat
- getURL
- %io
- isfile
- listfiles
- listvarinfile
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mfscanf
- mget
- mgetl
- mgetstr
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- save format
- scanf
- scanf_conversion
Ajuda do Scilab >> Arquivos : funções de Entrada/Saída > 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.