isdir - tests if a file is a directory
|
Calling Sequence
|
|
isdir(filename)
|
|
Parameters
|
|
filename
|
-
|
name of the file to be checked
|
|
|
|
|
Description
|
|
•
|
If filename is a directory, isdir returns true. If it is not a directory, isdir returns false.
|
•
|
If filename does not exist, isdir generates an error.
|
•
|
See file for information on file names.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
Error, (in isdir) file or directory does not exist
|
|
|
|
|
Download Help Document
Was this information helpful?