|
|||||
operator | file...is directory | ||||
Related Concepts |
Summary |
Boolean
An operator that returns true if the system path named by the string expression exists and is a directory, and false otherwise. Using |
file string-expression (is | isnt) directory
A test that succeeds if the system path named by the string expression exists and is a directory.
Related Concepts File tests Security considerations |
---- |