System::IO::File::GetCreationTime method

File::GetCreationTime method

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

static DateTime System::IO::File::GetCreationTime(const String &path)
ParameterTypeDescription
pathconst String&The entity whose creating time to retrieve

ReturnValue

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

See Also