Directory: GetCreationTime

GetCreationTime

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



 Public Function GetCreationTime(
	  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