Lucee Function Reference

isfileobject()

Determines whether a value is an file object. True, if the value represents a file object.

Example

isfileobject(any value):boolean

Category

decision

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Description
value any  Yes A value, typically the name of a file object variable.