PropertyObjectFile.IsDiskFileModified
- 已更新2025-07-21
- 閱讀時間為 1 分鐘
PropertyObjectFile.IsDiskFileModified
Syntax
PropertyObjectFile.IsDiskFileModified
Data Type
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.