Use this function to find out exactly when a file was last written to (return a timestamp).

[Ok :=] File.GETSTAMP(Name, Date [, Time])

Parameters

Name

Type: code or text

The name of the file, including the path. When you enter the path, keep in mind these shortcuts:

  • You can omit the drive designation, if the file is located on the current drive.

  • You can omit the full path, if the file is located in the current directory.

  • You can enter only the subdirectory name, if the file is located in a subdirectory of the current directory.

Date

Type: date

The date that the file was last written to.

Time

Type: time

(Optional) The time that the file was last written to.

Expand imageProperty Value/Return Value

Expand imageSee Also