GetCreationTime
Returns the time the file was created in local time.
Public Function GetCreationTime(
ByVal Path As String ) As cDateTime
Parameters
- Path
-
[ByVal]
String.
The file to retrieve the creation time of.
Return Values
cDateTime - A cDateTime object representing the creation time.
Remarks
See Also
Project VBCorLib Overview
| Class File Overview