FTIME( ) Function

Example   See Also

Returns the last modification time for a file.

Syntax

FTIME(cFileName)

Returns

Character

Arguments

cFileName

Specifies the name of the file whose last modification time FTIME( ) returns. cFileName can include a path with the file name. If a path is not included with the file name, Visual FoxPro searches for the file in the default directory and in any directories or folders specified with SET PATH.

Remarks

The time that FTIME( ) returns is assigned to the file by the operating system.