PropertyObjectFile.IsDiskFileModified

Syntax

PropertyObjectFile.IsDiskFileModified

Data Type

Long

Purpose

Returns a value that indicates whether the file on disk is newer or older than the one stored in memory.

Remarks

  • Returns 1 if the file on disk is newer than the one stored in memory.
  • Returns -1 if the file on disk is older than the one stored in memory.
  • Returns 0 if the file on disk has not changed.

See Also

PropertyObjectFile.ReadFile