Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public static DateTime GetFileCreationTime(
	string path
)
Visual Basic
Public Shared Function GetFileCreationTime ( _
	path As String _
) As DateTime
Visual C++
public:
static DateTime GetFileCreationTime(
	String^ path
)

Parameters

path
Type: System..::..String

See Also