FileDateTime function (LotusScript® Language)

Returns a Date/Time variant showing the date and time that a file was created or last modified.

Syntax

FileDateTime ( fileName )

Elements

fileName

A string expression; you can include a path. fileName cannot include wildcard characters.

Return value

The returned value (Date/Time variant) can be used as a date without reference to the operating system settings. If the file doesn't exist, FileDateTime returns an error.

Example