Checks if the given value is a File.
This function tests whether the provided value is an instance of File
.
It returns true
if the value is an instance of File
, and false
otherwise.
The value to test if it is a File.
True if the value is a File, false otherwise.
Alias