- Categories:
File functions (AI Functions)
FL_IS_DOCUMENT¶
Checks if the input is a document FILE.
Syntax¶
Use one of the following:
FL_IS_DOCUMENT( <file_expression> ) FL_IS_DOCUMENT( <variant_expression> )
Arguments¶
file_expressionThe argument must be an expression of type FILE.
variant_expressionThe argument must be an OBJECT representing a FILE.
Returns¶
A BOOLEAN indicating whether the file is a document.
Examples¶
Example using an input FILE:
Example using an input OBJECT: