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 ( - %tif- filenamesare 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 | ||
| << findfiles | file_system | listfiles >> |