GetCreationTime()

File::GetCreationTime(const String&) method

Returns the creation time of the specified entity as local time.

static DateTime System::IO::File::GetCreationTime(const String &path)

Arguments

ParameterTypeDescription
pathconst String&The entity whose creating time to retrieve

Return Value

A DateTime object representing the creation time of the specified entity as local time

See Also