Directory: GetCreationTimeUtc

GetCreationTimeUtc

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



 Public Function GetCreationTimeUtc(
	  ByVal Path As String ) As cDateTime

Parameters

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

Return Values

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

Remarks

The path can be relative or absolute.

See Also

Project VBCorLib Overview Class Directory Overview Directory Properties Directory Methods GetCreationTime GetCurrentDirectory