|
|||||||||
| Related Concepts | |||||||||
| operator | file...is file | ||||||||
Return type: Boolean Returns true if the path named is a file, and false otherwise. Using
Returns: isnt instead of is will reverse the results.
Syntax
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 |
| ---- |