System.SysUtils.TSearchRec.CreationTime
Delphi
property CreationTime: TDateTime read GetCreationTime;
C++
__property System::TDateTime CreationTime = {read=GetCreationTime};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | TSearchRec |
Description
Specifies when a file or directory is created. If the underlying file system does not support the creation time, the member is zero.
Note: CreationTime is only available for Windows.