File? - Function SummarySummary:Returns TRUE for file values. Usage:file? value Arguments:value - The value argument. (must be: any-type) Description:Returns FALSE for all other values. Note that FILE? does not check for the existence of a file, but whether or not a value is the FILE! datatype.
Related:type? - Returns a value's datatype.
| ||||
|