System.IOUtils.TDirectory.GetCreationTime

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function GetCreationTime(const Path: string): TDateTime; static;

C++

static System::TDateTime __fastcall GetCreationTime(const System::UnicodeString Path);

Properties

Type Visibility Source Unit Parent
function public
System.IOUtils.pas
System.IOUtils.hpp
System.IOUtils TDirectory

Description

Returns the creation time of a directory.

Use GetCreationTime to obtain the creation time of a directory. The following table lists the parameters expected by this method.



Name Meaning

Path

Path of the directory for which the creation time is obtained.



Note: GetCreationTime raises an exception if the given path is invalid or the directory does not exist.

See Also