Lucee Function Reference
Function FILESETLASTMODIFIED
For the given file, set the last modification date
Example
filesetlastmodified(any source,date date):void
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
source | any | Yes | file path |
date | date | Yes | last modified date |