LOTUSSCRIPT LANGUAGE


FileDateTime function
Example

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

Syntax

FileDateTime ( fileName )

Elements

fileName


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
See Also