Scilab Reference Manual |
---|
isdir — checks if argument is a directory path
r=isdir(path)
path | : a character string, the file pathname |
r | : a boolean, true if path is a path to a directory. |
r=isdir(path) checks if path is a path to a directory.
This function is based on the C function stat. The SCI and ~ shortcuts for Scilab directory and home directory are handled.
isdir(TMPDIR) isdir SCI/scilab.star
S. Steer INRIA
<< input | lines >> |