[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LazFileCache' (#lazutils)

TFileStateCacheItem.Age

FileAge value for the file or directory.

Declaration

Source position: lazfilecache.pas line 53

public property TFileStateCacheItem.Age : LongInt
  read FAge;

Description

Age is a LongInt property with the file age for the file or directory in the cache item. The value for the property is assigned when the TFileStateCache.FileAgeCached method is called, and contains the value returned from the FileAge routine in SysUtils.

See also

TFileStateCache.FileAgeCached

  

Ensures that the file age is up-to-date for a cache item.

FileAge


Version 4.0 Generated 2025-05-03 Home