Scilab 6.1.0
Scilab Help >> Files : Input/Output functions > file_system > 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.