Siebel VB Language Reference > VB Language Reference >

FileDateTime Function


This standard VB function returns the last modification date and time for the specified file.

Syntax

FileDateTime(pathname)

Argument
Description

pathname

A string or string expression evaluating to the name of the file to query

Returns

The date and time the file was last modified.

Usage

Pathname can contain path and disk information, but cannot include wildcards (* and ?).

See Also

FileLen Function
GetAttr Function

Siebel VB Language Reference