Directory: GetCreationTimeUtc

GetCreationTimeUtc

Returns the time of creation for the specified directory in UTC time.



 Public Function GetCreationTimeUtc(
	  ByRef Path As String ) As CorDateTime

Parameters

Path
[ByRef] String. The directory to retrieve the creation time of.

Return Values

CorDateTime -  A CorDateTime object containing the creation time of the directory.

Remarks

The path can be relative or absolute.

See Also

Project CorLib Overview

Class Directory Overview