FILEDATE - Get the date of a file (Reports & Settings Report Generator function)

From Catalyst
Revision as of 13:03, 22 September 2016 by ThrashBot (talk | contribs) (Updated from revision control)
Jump to: navigation, search

Syntax

$FILEDATE{filepath}

Description

Given a string containing a file name with path information, will return just the date this file was last modified.

Parameters

filepath
A text parameter that can not be omitted.
The path and filename of the file.

Returns

A numeric value. The date that this file was last modified. This can then be used with the $DATE function to produce a formatted date.