|
|||||
Related Syntax | ||
operator |
is file
|
Return type: Boolean True if the stream was opened as a file.
Returns:
Syntax
stream-name indexer? (is | isnt) file
You can use is file
to test if a stream was opened as a file. Using isnt
instead of is
will reverse the results.
Related Syntax open |