Directory: GetCreationTime

GetCreationTime

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



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