- Categories:
File functions (AI Functions)
FL_GET_LAST_MODIFIED¶
Returns the last modified date of a FILE.
Syntax¶
Use one of the following:
FL_GET_LAST_MODIFIED( <file_expression> ) FL_GET_LAST_MODIFIED( <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 TIMESTAMP value with the date the file was last modified.
Examples¶
Example using an input FILE:
Example using an input OBJECT: