Member of the membership class.
c = isdir(a)
Determines whether a string represents an existing directory.
| Name | Description |
| a | Specifies a string. |
| Name | Description |
| c | Returns 1 if a represents a directory. Otherwise, this function returns 0. c is a Boolean. |