System.SysUtils.TSearchRec.CreationTime

From RAD Studio API Documentation
Jump to: navigation, search

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.


See Also