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